Skip to content

Commit c594833

Browse files
committed
Update expected test count after removing JsonTypedUntypedTests
The upstream API removed fromUntyped/toUntyped methods, so we deleted the test file that tested those methods (12 tests removed: 509 -> 497).
1 parent 26c4721 commit c594833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
for k in totals: totals[k]+=int(r.get(k,'0'))
4040
except Exception:
4141
pass
42-
exp_tests=509
42+
exp_tests=497
4343
exp_skipped=0
4444
if totals['tests']!=exp_tests or totals['skipped']!=exp_skipped:
4545
print(f"Unexpected test totals: {totals} != expected tests={exp_tests}, skipped={exp_skipped}")

0 commit comments

Comments
 (0)