Skip to content

Commit 49ca3ce

Browse files
authored
Merge pull request #191 from Shunpoco/fix-spin-test-workdir
spin-test uses workdir, not dir
2 parents 522fe95 + 5bf9194 commit 49ca3ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/v3/testing-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Then we edit the `my-app` application's manifest (the `spin.toml` file) by addin
210210
[component.my-component.tool.spin-test]
211211
source = "tests/target/wasm32-wasip1/release/tests.wasm"
212212
build = "cargo component build --release"
213-
dir = "tests"
213+
workdir = "tests"
214214
```
215215

216216
## Updating the App to Pass the Tests

0 commit comments

Comments
 (0)