Skip to content

Commit ca11c44

Browse files
committed
move fixtures
1 parent 41776eb commit ca11c44

File tree

8 files changed

+2
-2
lines changed

8 files changed

+2
-2
lines changed

crates/stackable-versioned/src/tests/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ mod tests {
8787

8888
#[test]
8989
fn pass() {
90-
glob!("../../fixtures/inputs/pass/", "*.json", |path| {
90+
glob!("./fixtures/inputs/pass/", "*.json", |path| {
9191
let (request, response) = run_for_file(path);
9292

9393
let formatted = serde_json::to_string_pretty(&response)
@@ -109,7 +109,7 @@ mod tests {
109109

110110
#[test]
111111
fn fail() {
112-
glob!("../../fixtures/inputs/fail/", "*.json", |path| {
112+
glob!("./fixtures/inputs/fail/", "*.json", |path| {
113113
let (request, response) = run_for_file(path);
114114

115115
let formatted = serde_json::to_string_pretty(&response)

0 commit comments

Comments
 (0)