diff --git a/search/search_test.go b/search/search_test.go index 4f98c61b..8a5e90b9 100644 --- a/search/search_test.go +++ b/search/search_test.go @@ -131,7 +131,7 @@ func TestSmallAStar(t *testing.T) { fmt.Println() got := fmt.Sprintln(aPath, aCost) if got != exp { - t.Fatal("expected", exp, "got", got) + t.Error("expected", exp, "got", got) } t.Log(aPath, work) }