Skip to content

Commit 54b4fb4

Browse files
committed
[bugfix] Update import in publisher test to fix test
1 parent e671333 commit 54b4fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/app/controller/publisher_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"testing"
66
"time"
77

8-
"github.com/RoboCup-SSL/ssl-go-tools/sslproto"
8+
"github.com/RoboCup-SSL/ssl-game-controller/pkg/proto"
99
)
1010

1111
func Test_updateMessage(t *testing.T) {

0 commit comments

Comments
 (0)