Skip to content

Commit

Permalink
refactor(core): rename backend test resources as state
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Nov 23, 2024
1 parent 0d92990 commit c1fda39
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/trippy-core/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ mod tests {

macro_rules! file {
($path:expr) => {{
let yaml = include_str!(concat!("../tests/resources/backend/", $path));
let yaml = include_str!(concat!("../tests/resources/state/", $path));
serde_yml::from_str(yaml).unwrap()
}};
}
Expand Down

0 comments on commit c1fda39

Please sign in to comment.