Skip to content

Commit 07928ac

Browse files
comment clarification
1 parent 0e4b175 commit 07928ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

given.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ func Given(testing base.TestingT, given ...base.GivenData) *base.Some {
2020
currentTestContext := loadTestContext(testFileName)
2121

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

2526
some := base.NewSome(
2627
testing,

0 commit comments

Comments
 (0)