Commit 867e329
test(progress): tighten regression assertion to assert_called_once
Address review feedback on PR #1554: update_idletasks() is called
exactly once per update_progress_bar() invocation, so the regression
test should assert exactly that. Matches the assertion style used
elsewhere in this test module and prevents a future change from
silently calling update_idletasks() multiple times per update.
Signed-off-by: Yash Goel <yashvardhan664@gmail.com>1 parent f1ad680 commit 867e329
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
281 | | - | |
| 281 | + | |
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
| |||
0 commit comments