From d76ac5e41f19f535a0555b256a453db145a10385 Mon Sep 17 00:00:00 2001 From: ariley Date: Mon, 4 May 2020 23:08:42 +0100 Subject: [PATCH] Fix comment --- suite/suite_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suite/suite_test.go b/suite/suite_test.go index e2335a682..963a25258 100644 --- a/suite/suite_test.go +++ b/suite/suite_test.go @@ -516,7 +516,7 @@ func TestSuiteWithStats(t *testing.T) { assert.True(t, testStats.Passed) } -// Suite to test behavior when running with the failfast flag +// FailfastSuite will test the behavior when running with the failfast flag // It logs calls in the callOrder slice which we then use to assert the correct calls were made type FailfastSuite struct { Suite