Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
theseion committed May 15, 2024
1 parent ed1a137 commit 709ecc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check/logs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,5 @@ func (s *checkLogsTestSuite) TestAssertLogIsolated() {
s.True(s.check.AssertLogs(), "Expected to find 920300")

s.check.expected.Isolated = true
s.False(s.check.AssertLogs(), "Expected to find find multiple IDs")
s.False(s.check.AssertLogs(), "Expected to find multiple IDs")
}

0 comments on commit 709ecc6

Please sign in to comment.