Fix comment

pull/943/head
ariley 2020-05-04 23:08:42 +01:00 committed by Boyan Soubachov
parent 1bbde5e52a
commit d76ac5e41f
1 changed files with 1 additions and 1 deletions

View File

@ -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