1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-07-03 11:53:41 +02:00

Move Key and Namespace from transport/redis_pubsub to transport/redis_common

This commit is contained in:
Henrik Hautakoski 2023-03-08 16:28:52 +01:00
parent acdf827223
commit 531a2d3d17
9 changed files with 10 additions and 5 deletions

View file

@ -4,6 +4,7 @@ import (
"testing"
"eosio-ship-trace-reader/transport"
. "eosio-ship-trace-reader/transport/redis_common"
"github.com/go-redis/redismock/v8"
"github.com/stretchr/testify/assert"