Skip to content

Commit

Permalink
update error messages to match expected output
Browse files Browse the repository at this point in the history
  • Loading branch information
toddtreece committed Feb 7, 2024
1 parent 3b84e86 commit 5d04685
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
@@ -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{})
@@ -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{})

0 comments on commit 5d04685

Please sign in to comment.