google / wire

Compile-time Dependency Injection for Go
Apache License 2.0
13.14k stars 625 forks source link

Change expected error to fix TestWire/UnexportedStruct #413

Open dmitris opened 2 months ago

dmitris commented 2 months ago

Change text of the expected error to fix the current test failer of TestWire/UnexportedStruct.

Fix #412.