Skip to content

Commit 0fdc658

Browse files
committed
The order of execution has changed
- Merge first - Then update - Then delete (need to search for to-be-deleted labels to merge)
1 parent f9699cd commit 0fdc658

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,10 @@ def test_sync_dryrun(
194194
assert result.exit_code == 0
195195

196196
output = (
197-
"This would delete the following labels:\n"
198-
" - infra\n"
199197
"This would update the following labels:\n"
200198
" - bug\n"
199+
"This would delete the following labels:\n"
200+
" - infra\n"
201201
"This would create the following labels:\n"
202202
" - dependencies\n"
203203
"This would NOT modify the following labels:\n"

0 commit comments

Comments
 (0)