Skip to content

Commit a800d7b

Browse files
authored
Merge pull request #4157 from AkihiroSuda/typo
docs: dev/testing: fix a typo
2 parents 86f6da1 + 2b90176 commit a800d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/content/en/docs/dev/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ git submodule update --init --recursive
2626
make bats
2727
```
2828

29-
The BATS tests are located located under [`hack/bats/tests`](https://github.com/lima-vm/lima/tree/master/hack/bats/tests).
29+
The BATS tests are located under [`hack/bats/tests`](https://github.com/lima-vm/lima/tree/master/hack/bats/tests).
3030

3131
### Extra tests
3232
There are also extra tests ([`hack/bats/extras`](https://github.com/lima-vm/lima/tree/master/hack/bats/extras)) that are not automatically

0 commit comments

Comments
 (0)