mirror of
https://github.com/IRS-Public/direct-file.git
synced 2025-06-27 20: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:
parent
35a21eaf7e
commit
0f63dc0397
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class ModuloSpec extends AnyFunSpec:
|
||||||
new CompNodeConfigElement(
|
new CompNodeConfigElement(
|
||||||
"Int",
|
"Int",
|
||||||
Seq.empty,
|
Seq.empty,
|
||||||
CommonOptionConfigTraits.value("5")
|
CommonOptionConfigTraits.value("8")
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue