Update localstorage_int_test.go reference (#11339)

Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
This commit is contained in:
Emmanuel Ferdman
2024-11-19 20:35:31 +02:00
committed by GitHub
parent cd4ddedbc9
commit 59707dab3d

View File

@@ -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 test files should be named: `<TEST_NAME>_int_test.go`.
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