diff options
Diffstat (limited to 'tests/functional/TestStorage.php')
-rw-r--r-- | tests/functional/TestStorage.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/TestStorage.php b/tests/functional/TestStorage.php index ff8512a..976008c 100644 --- a/tests/functional/TestStorage.php +++ b/tests/functional/TestStorage.php @@ -3,7 +3,7 @@ namespace tests\functional; -use kch42\ste\StorageAccess; +use r7r\ste\StorageAccess; class TestStorage implements StorageAccess { |