Skip to content

Commit 015bec7

Browse files
committed
fix: Update warning in test
1 parent 1ba9a84 commit 015bec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/AutoReview/CreateNewChangelogTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function testCreateNewChangelog(string $mode): void
6868
$output = exec('git status --porcelain | wc -l');
6969

7070
if ($output !== '0') {
71-
$this->markTestIncomplete('You may have uncommited changes.');
71+
$this->markTestSkipped('You have uncommitted operations that will be erased by this test.');
7272
}
7373

7474
$currentVersion = $this->currentVersion;

0 commit comments

Comments
 (0)