Skip to content

Commit

Permalink
integration-tests/go-sql-server-driver: auto_gc_test.go: Tweak assert…
Browse files Browse the repository at this point in the history
…s to be more reliable.
  • Loading branch information
reltuk committed Feb 11, 2025
1 parent 9b53d20 commit 62e5032
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integration-tests/go-sql-server-driver/auto_gc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ func TestAutoGC(t *testing.T) {
if enabled_16.NewGen > 0 && disabled.NewGen > 0 {
assert.Greater(t, enabled_16.OldGen, disabled.OldGen)
assert.Greater(t, enabled_16.OldGenC, disabled.OldGenC)
assert.Greater(t, enabled_16.NewGen-enabled_16.Journal, enabled_16.Journal)
assert.Less(t, disabled.NewGen-disabled.Journal, disabled.Journal)
}
}
Expand Down

0 comments on commit 62e5032

Please sign in to comment.