fix test error output

master
Oliver Tonnhofer 2017-11-15 15:13:57 +01:00
parent 864796f224
commit 7244552479
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ func TestLineString(t *testing.T) {
}
if geom.Length() != 10.0 {
t.Fatal(geom.Length)
t.Fatal(geom.Length())
}
}