Commit 1f01ca9
authored
[Flaky unit test] Fix typo in TestPreventDefunctRuleReuse (#7469)
The test had an invalid usage of assert.EventuallyWithT: the assertions
included in the condition function applied to the outer *testing.T
instead of to the condition function parameter.
After #7448, the test started failing due to the change in the
implementation of assert.EventuallyWithT.
Signed-off-by: Antonin Bas <[email protected]>1 parent 92e2ad9 commit 1f01ca9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
947 | 947 | | |
948 | 948 | | |
949 | 949 | | |
950 | | - | |
| 950 | + | |
951 | 951 | | |
952 | 952 | | |
953 | 953 | | |
| |||
0 commit comments