We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02a16ad commit f0a05eeCopy full SHA for f0a05ee
crates/grpc/server/src/tests/entities_test.rs
@@ -52,7 +52,7 @@ async fn test_entities_queries(sequencer: &RunnerCtx) {
52
.unwrap();
53
sqlx::migrate!("../../migrations").run(&pool).await.unwrap();
54
55
- let setup = CompilerTestSetup::from_examples("/tmp", "../../examples/");
+ let setup = CompilerTestSetup::from_examples("/tmp", "../../../examples/");
56
let config = setup.build_test_config("spawn-and-move", Profile::DEV);
57
58
let ws = ops::read_workspace(config.manifest_path(), &config)
0 commit comments