summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-06-14 18:18:58 +0300
committerGitHub <[email protected]>2021-06-14 18:18:58 +0300
commite30bc57f13023c15775925b7cc3b3fcbb9f2b55c (patch)
treed116452cf8d7a53d4dd3b431bdb76ee76f134ea1 /tests
parentaeaf67900cbd9dff5bd7318eb4d79e302331e457 (diff)
parent63687937d0189359c48288e16afca8f56c3cda93 (diff)
#725 feat(plugin): make `in-memory` plugin general for the KV and WS
#725 feat(plugin): make `in-memory` plugin general for the KV and WS
Diffstat (limited to 'tests')
-rw-r--r--tests/plugins/kv/storage_plugin_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/kv/storage_plugin_test.go b/tests/plugins/kv/storage_plugin_test.go
index 0ded9fbd..24b66ae1 100644
--- a/tests/plugins/kv/storage_plugin_test.go
+++ b/tests/plugins/kv/storage_plugin_test.go
@@ -17,8 +17,8 @@ import (
"github.com/spiral/roadrunner/v2/plugins/kv"
"github.com/spiral/roadrunner/v2/plugins/kv/drivers/boltdb"
"github.com/spiral/roadrunner/v2/plugins/kv/drivers/memcached"
- "github.com/spiral/roadrunner/v2/plugins/kv/drivers/memory"
"github.com/spiral/roadrunner/v2/plugins/logger"
+ "github.com/spiral/roadrunner/v2/plugins/memory"
"github.com/spiral/roadrunner/v2/plugins/redis"
rpcPlugin "github.com/spiral/roadrunner/v2/plugins/rpc"
"github.com/stretchr/testify/assert"