-
Notifications
You must be signed in to change notification settings - Fork 625
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update error messages to match expected output
- Loading branch information
1 parent
3b84e86
commit 5d04685
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
4 changes: 3 additions & 1 deletion
4
internal/wire/testdata/InterfaceBindingNotEnoughArgs/want/wire_errs.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
example.com/foo/wire.go:x:y: not enough arguments in call to wire.Bind | ||
example.com/foo/wire.go:x:y: not enough arguments in call to wire.Bind | ||
have (*Fooer) | ||
want (interface{}, interface{}) |
4 changes: 3 additions & 1 deletion
4
internal/wire/testdata/InterfaceValueNotEnoughArgs/want/wire_errs.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
example.com/foo/wire.go:x:y: not enough arguments in call to wire.InterfaceValue | ||
example.com/foo/wire.go:x:y: not enough arguments in call to wire.InterfaceValue | ||
have (string) | ||
want (interface{}, interface{}) |