Skip to content

Commit 7400d39

Browse files
committed
Move test inputs folder
1 parent 83e2438 commit 7400d39

15 files changed

+16
-16
lines changed

crates/stackable-versioned/tests/integration_test.rs renamed to crates/stackable-versioned/tests/conversion.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ impl From<String> for Gender {
8585

8686
#[test]
8787
fn pass() {
88-
glob!("./fixtures/inputs/pass/", "*.json", |path| {
88+
glob!("./inputs/conversions/pass/", "*.json", |path| {
8989
let (request, response) = run_for_file(path);
9090

9191
let formatted = serde_json::to_string_pretty(&response)
@@ -107,7 +107,7 @@ fn pass() {
107107

108108
#[test]
109109
fn fail() {
110-
glob!("./fixtures/inputs/fail/", "*.json", |path| {
110+
glob!("./inputs/conversions/fail/", "*.json", |path| {
111111
let (request, response) = run_for_file(path);
112112

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

crates/stackable-versioned/tests/snapshots/integration_test__fail@request_missing.json.snap renamed to crates/stackable-versioned/tests/snapshots/conversion__fail@request_missing.json.snap

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)