fix: remove duplicate conflicts test referencing uncreated file
CI / build-and-test (push) Successful in 43s

The 'format shows conflicts' test in the Package DSL section ran
before /tmp/test_conflict.kap was created (it's created later in the
Conflicts section). Removed the premature copy — the Conflicts
section already has this test after file creation.
This commit is contained in:
2026-08-04 14:37:16 -04:00
parent 76b5a78e75
commit fa1aa42a9c
-4
View File
@@ -38,10 +38,6 @@ check "format foo.kap round-trips service block" \
"$KAPPA format examples/foo.kap" \
'service {'
check "format shows conflicts when present" \
"$KAPPA format /tmp/test_conflict.kap" \
'conflicts ='
check "format postgres.kap shows named services" \
"$KAPPA format examples/postgres.kap" \
'service checkpointer {'