Skip to content

Commit

Permalink
chore: fix badger submodule path in test
Browse files Browse the repository at this point in the history
  • Loading branch information
h5law committed Jan 4, 2024
1 parent 8034000 commit abb5c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kvstore/badger/kvstore_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

"github.com/stretchr/testify/require"

"github.com/pokt-network/smt/badger"
"github.com/pokt-network/smt/kvstore/badger"
)

func TestBadger_KVStore_BasicOperations(t *testing.T) {
Expand Down

0 comments on commit abb5c71

Please sign in to comment.