Skip to content

Commit

Permalink
test: Rename scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
jpedroh committed Dec 5, 2023
1 parent 72cb81e commit 9dc92a0
Show file tree
Hide file tree
Showing 18 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/tests/control.rs → bin/tests/scenarios.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fn all_java_samples_work_correctly() -> Result<(), Box<dyn std::error::Error>> {
}

fn get_samples_names() -> Result<Vec<std::path::PathBuf>, std::io::Error> {
std::fs::read_dir("tests/samples")?
std::fs::read_dir("tests/scenarios")?
.filter(|sample| {
sample
.as_ref()
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9dc92a0

Please sign in to comment.