about summary refs log tree commit diff
path: root/tvix/store-go/pick_next_node_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/store-go/pick_next_node_test.go')
-rw-r--r--tvix/store-go/pick_next_node_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/store-go/pick_next_node_test.go b/tvix/store-go/pick_next_node_test.go
index 830c6cacc1..55a6b034f1 100644
--- a/tvix/store-go/pick_next_node_test.go
+++ b/tvix/store-go/pick_next_node_test.go
@@ -3,7 +3,7 @@ package storev1
 import (
 	"testing"
 
-	castorev1pb "code.tvl.fyi/tvix/castore/protos"
+	castorev1pb "code.tvl.fyi/tvix/castore-go"
 	"github.com/google/go-cmp/cmp"
 	"github.com/stretchr/testify/require"
 	"google.golang.org/protobuf/testing/protocmp"