Skip to content

Commit 4774149

Browse files
committed
fix typo
Signed-off-by: scepter914 <scepter914@gmail.com>
1 parent f240370 commit 4774149

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/test_check.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
use assert_cmd::cargo::cargo_bin_cmd;
2-
use predicates::prelude::*;
32

43
/// This test uses `tests/fixtures/test_registry/test_check_for_files/0.1`
54
/// This directory contains all required files.
@@ -90,7 +89,7 @@ fn test_check_version_x_y_missing_to_x_y_z() {
9089
}
9190

9291
/// 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.
92+
/// The version "0.1" is wrong and should be 0.1.0 as X.Y.Z.
9493
/// Expected to failure for check command.
9594
#[test]
9695
fn test_check_version_x_y_z_missing_to_x_y() {

0 commit comments

Comments
 (0)