We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a6f5d commit 6d348c6Copy full SHA for 6d348c6
core/resource_test.go
@@ -60,7 +60,7 @@ func Test_prepareImport(t *testing.T) {
60
}
61
for _, tt := range tests {
62
t.Run(tt.name, func(t *testing.T) {
63
- if got := prepareImport(tt.args.proto, ""); !reflect.DeepEqual(got, tt.want) {
+ if got := prepareImport(tt.args.proto); !reflect.DeepEqual(got, tt.want) {
64
t.Errorf("prepareImport() = %v, want %v",
65
string(got),
66
string(tt.want))
0 commit comments