Skip to content

Commit

Permalink
fixup! fix: testify table tests (list)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Feb 6, 2025
1 parent 065fdf6 commit 3130297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/go/internal/testify/positions_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func (s *ExampleTestSuite) TestSubTestOperand3() {
}
for _, tc := range tt {
s.Run(tc.name, func() {
s.VariableThatShouldStartAtFive = 5
s.VariableThatShouldStartAtFive = tc.value
assert.Equal(s.T(), 5, s.VariableThatShouldStartAtFive)
})
}
Expand Down

0 comments on commit 3130297

Please sign in to comment.