Skip to content

Commit f1b038f

Browse files
soapgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 1c2a9d1 commit f1b038f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/WorkflowDataTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
expect(data_get($output, 'article.transitions.approve.to'))->toBe(['approved']);
1919
expect(data_get($output, 'article.transitions.reject.from'))->toBe(['on review']);
2020
expect(data_get($output, 'article.transitions.reject.to'))->toBe(['rejected']);
21-
21+
2222
expect(count(data_get($output, 'article.places')))->toBe(4);
2323
});

0 commit comments

Comments
 (0)