We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df43d17 commit d5155caCopy full SHA for d5155ca
1 file changed
cmd/buf/imports_test.go
@@ -170,13 +170,13 @@ func TestInvalidNonexistentImportFromDirectDep(t *testing.T) {
170
t, nil, bufctl.ExitCodeFileAnnotation,
171
fmt.Sprintf(
172
`error: imported file does not exist
173
---> %s:6:1
+--> %[1]s:6:1
174
|
175
6 | import "people/v1/people_nonexistent.proto"; // but nonexistent file in explicit direct import
176
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ imported here
177
178
error: cannot find `+"`people.v1.Person2`"+` in this scope
179
---> %s:10:3
+--> %[1]s:10:3
180
181
10 | people.v1.Person2 person2 = 2;
182
| ^^^^^^^^^^^^^^^^^ not found in this scope
0 commit comments