We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f240370 commit 4774149Copy full SHA for 4774149
1 file changed
tests/test_check.rs
@@ -1,5 +1,4 @@
1
use assert_cmd::cargo::cargo_bin_cmd;
2
-use predicates::prelude::*;
3
4
/// This test uses `tests/fixtures/test_registry/test_check_for_files/0.1`
5
/// This directory contains all required files.
@@ -90,7 +89,7 @@ fn test_check_version_x_y_missing_to_x_y_z() {
90
89
}
91
92
/// This test uses `tests/fixtures/test_registry/test_check_for_version/projectA/0.1` as test directory.
93
-/// The version "0.1" is wrong and should be 0.1.0 as X.Y.Y.
+/// The version "0.1" is wrong and should be 0.1.0 as X.Y.Z.
94
/// Expected to failure for check command.
95
#[test]
96
fn test_check_version_x_y_z_missing_to_x_y() {
0 commit comments