Skip to content

Commit cec7c97

Browse files
committed
fix path
1 parent dbb49fb commit cec7c97

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/matchstick/src/integration_tests.rs

+2-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ mod tests {
1010
#[test]
1111
#[serial]
1212
fn run_all_gravity_demo_subgraph_tests() {
13-
SCHEMA_LOCATION.with(|path| *path.borrow_mut() = PathBuf::from("./mocks/schema.graphql"));
14-
MANIFEST_LOCATION
15-
.with(|path| *path.borrow_mut() = PathBuf::from("./mocks/yamls/subgraph.yaml"));
13+
SCHEMA_LOCATION.with(|path| *path.borrow_mut() = PathBuf::from("mocks/schema.graphql"));
14+
MANIFEST_LOCATION.with(|path| *path.borrow_mut() = PathBuf::from("mocks/yamls/subgraph.yaml"));
1615

1716
let module = <MatchstickInstance<Chain>>::new("mocks/wasm/gravity.wasm");
1817
let test_suite = TestGroup::from(&module);

0 commit comments

Comments
 (0)