Skip to content

Commit

Permalink
more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yachang committed May 7, 2019
1 parent 0d6976d commit 74d2c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geoloader/geoloader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func TestLoad(t *testing.T) {
t.Error(err)
}
g2 := g2loader.Fetch()
if len(g2) != 36 {
if len(g2) != 76 {
t.Error(len(g2))
}
}

0 comments on commit 74d2c0f

Please sign in to comment.