fix: remove duplicate conflicts test referencing uncreated file
CI / build-and-test (push) Successful in 43s
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:
@@ -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 {'
|
||||
|
||||
Reference in New Issue
Block a user