Skip to content

Commit 6f655fb

Browse files
committed
fix: fix integration test on production release
1 parent af10fa0 commit 6f655fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/cli_integration_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ mod cli_integration_test {
1313
// Assert
1414
assertion
1515
.success()
16-
.stdout(is_match("^cotp \\d+\\.\\d+\\.\\d+-DEBUG-.+").unwrap())
16+
.stdout(is_match("^cotp \\d+\\.\\d+\\.\\d+(?:-DEBUG-.+)?").unwrap())
1717
.stderr(is_empty());
1818
}
1919

0 commit comments

Comments
 (0)