Unverified Commit 59707dab authored by Emmanuel Ferdman's avatar Emmanuel Ferdman Committed by GitHub

Update `localstorage_int_test.go` reference (#11339)

parent cd4ddedb
...@@ -15,7 +15,7 @@ To facilitate K3s CLI testing, see `tests/util/cmd.go` helper functions. ...@@ -15,7 +15,7 @@ To facilitate K3s CLI testing, see `tests/util/cmd.go` helper functions.
All integration tests should be placed under `tests/integration/<TEST_NAME>`. All integration tests should be placed under `tests/integration/<TEST_NAME>`.
All integration test files should be named: `<TEST_NAME>_int_test.go`. All integration test files should be named: `<TEST_NAME>_int_test.go`.
All integration test functions should be named: `Test_Integration<TEST_NAME>`. All integration test functions should be named: `Test_Integration<TEST_NAME>`.
See the [local storage test](../tests/integration/localstorage/localstorage_int_test.go) as an example. See the [local storage test](../integration/localstorage/localstorage_int_test.go) as an example.
## Running ## Running
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment