Skip to content

Commit

Permalink
comment clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcorbyeaglen committed Feb 1, 2018
1 parent 0e4b175 commit 07928ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion given.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ func Given(testing base.TestingT, given ...base.GivenData) *base.Some {
currentTestContext := loadTestContext(testFileName)

someTests := currentTestContext.someTests
keyFor := uniqueKeyFor(someTests, currentFunction.Name()) // this deals with table test for loops, we want different id for each
keyFor := uniqueKeyFor(someTests, currentFunction.Name()) // this deals with table test for loops that do not have
// t.Run inside.. we want different id for each

some := base.NewSome(
testing,
Expand Down

0 comments on commit 07928ac

Please sign in to comment.