Skip to content

Commit

Permalink
Change expected error to fix TestWire/UnexportedStruct
Browse files Browse the repository at this point in the history
Change text of the expected error to fix the current
test failure of TestWire/UnexportedStruct.

Fixes google#412.

Signed-off-by: Dmitry S <[email protected]>
  • Loading branch information
dmitris committed Sep 2, 2024
1 parent e57deea commit 008d2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/wire/testdata/UnexportedStruct/want/wire_errs.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
example.com/foo/wire.go:x:y: foo not exported by package bar
example.com/foo/wire.go:x:y: name foo not exported by package bar

0 comments on commit 008d2eb

Please sign in to comment.