Commit b481c86
Fix test_parse_callback_interval_valid test
The test was failing because parse_callback_interval() now returns
anyhow::Result<u64> instead of u64. Updated the test to properly
unwrap the Result before comparison.
Co-authored-by: Hulto <hulto@users.noreply.github.com>1 parent 4d5f226 commit b481c86
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
347 | | - | |
| 347 | + | |
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
| |||
0 commit comments