about summary refs log tree commit diff
path: root/tvix/castore-go/castore_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/castore-go/castore_test.go')
-rw-r--r--tvix/castore-go/castore_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/castore-go/castore_test.go b/tvix/castore-go/castore_test.go
index fda87a6cfb66..0d2d65208eff 100644
--- a/tvix/castore-go/castore_test.go
+++ b/tvix/castore-go/castore_test.go
@@ -3,7 +3,7 @@ package castorev1_test
 import (
 	"testing"
 
-	castorev1pb "code.tvl.fyi/tvix/castore/protos"
+	castorev1pb "code.tvl.fyi/tvix/castore-go"
 	"github.com/stretchr/testify/assert"
 )