Skip to content

Commit 64fa36f

Browse files
authored
Update README.md
1 parent 6189194 commit 64fa36f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/sanity/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ func TestMyDriver(t *testing.T) {
1717
... setup driver ...
1818

1919
// Now call the test suite
20-
sanity.Test(t, driverEndpointAddress)
20+
sanity.Test(t, driverEndpointAddress, "/mnt")
2121
}
2222
```
2323

0 commit comments

Comments
 (0)