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

Modify test to trigger CI

8 mod 3 should produce the same result as 5 mod 3. But pushing this will verify that CI triggers on remote push.
This commit is contained in:
Skippy Williams 2025-06-20 19:06:41 -07:00
parent 35a21eaf7e
commit 0f63dc0397

View file

@ -22,7 +22,7 @@ class ModuloSpec extends AnyFunSpec:
new CompNodeConfigElement( new CompNodeConfigElement(
"Int", "Int",
Seq.empty, Seq.empty,
CommonOptionConfigTraits.value("5") CommonOptionConfigTraits.value("8")
) )
) )
), ),