Skip to content

Commit c30c2c3

Browse files
committed
fix: tests
1 parent 8bb406a commit c30c2c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/CLITests/Subcommands/Build/CLIRunBase.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class TestCLIRunBase: CLITest {
4343
}
4444

4545
var Progress: String {
46-
"plain"
46+
"ansi"
4747
}
4848

4949
override init() throws {

0 commit comments

Comments
 (0)