mirror of
https://github.com/IRS-Public/direct-file.git
synced 2025-06-28 04:25:52 +00:00
Intentionally break modulo spec test
Want to see this fail in GitHub CI
This commit is contained in:
parent
75c5eb3adb
commit
bf3bdafe10
1 changed files with 1 additions and 1 deletions
|
@ -40,6 +40,6 @@ class ModuloSpec extends AnyFunSpec:
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
assert(node.get(0) == Result.Complete(2))
|
assert(node.get(0) == Result.Complete(Int("2")))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue