Skip to content

Commit 2093f47

Browse files
author
Kevin Wiesmüller
committed
bump test imports
1 parent c403ffe commit 2093f47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

typed/remove_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import (
44
"fmt"
55
"testing"
66

7-
"sigs.k8s.io/structured-merge-diff/v2/fieldpath"
8-
"sigs.k8s.io/structured-merge-diff/v2/value"
7+
"sigs.k8s.io/structured-merge-diff/v3/fieldpath"
8+
"sigs.k8s.io/structured-merge-diff/v3/value"
99
)
1010

1111
func TestRemove(t *testing.T) {

0 commit comments

Comments
 (0)