Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AdRiley authored and boyan-soubachov committed May 4, 2020
1 parent 1bbde5e commit d76ac5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suite/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d76ac5e

Please sign in to comment.