Skip to content

Commit

Permalink
#205 Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
la10736 committed Aug 12, 2023
1 parent 36ac25a commit bfd65cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rstest/tests/rstest/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ fn files() {
let output = prj.run_tests().unwrap();

TestResults::new()
.ok("start_with_name::path_1__UP_files_test_sub_folder_from_parent_folder.txt")
.ok("start_with_name::path_1__UP_files_test_sub_folder_from_parent_folder_txt")
.ok("start_with_name::path_2_files_element_0_txt")
.ok("start_with_name::path_3_files_element_1_txt")
.ok("start_with_name::path_4_files_element_2_txt")
Expand Down

0 comments on commit bfd65cd

Please sign in to comment.