Skip to content

Commit

Permalink
fix: fix tests with new 'workflows' directory
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHedmad committed Jun 24, 2024
1 parent fcd5d86 commit fb323dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions tests/test_run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ COPY . .
fn get_default_files() -> Vec<File> {
vec![
File::new("kerblam.toml", TEST_KERBLAM_TOML),
File::new("src/pipes/make_pipe.makefile", TEST_MAKE_PIPE),
File::new("src/pipes/shell_pipe.sh", TEST_SHELL_PIPE),
File::new("src/workflows/make_pipe.makefile", TEST_MAKE_PIPE),
File::new("src/workflows/shell_pipe.sh", TEST_SHELL_PIPE),
File::new("src/containers/default.dockerfile", TEST_DOCKER_FILE),
File::new("src/pipes/error.sh", TEST_ERROR_SHELL_PIPE),
File::new("src/workflows/error.sh", TEST_ERROR_SHELL_PIPE),
]
}

Expand Down
1 change: 0 additions & 1 deletion tests/utils.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use filetime::{set_file_mtime, FileTime};
use similar::{ChangeTag, TextDiff};
use std::env::set_var;
use std::fmt::{Debug, Write};
Expand Down

0 comments on commit fb323dc

Please sign in to comment.