1
0
Fork 0
mirror of https://github.com/IRS-Public/direct-file.git synced 2025-06-27 20:25:52 +00:00

Intentionally break modulo spec test

Want to see this fail in GitHub CI
This commit is contained in:
Skippy Williams 2025-06-20 18:20:28 -07:00
parent 75c5eb3adb
commit bf3bdafe10

View file

@ -40,6 +40,6 @@ class ModuloSpec extends AnyFunSpec:
) )
) )
assert(node.get(0) == Result.Complete(2)) assert(node.get(0) == Result.Complete(Int("2")))
} }
} }