Skip to content

Commit

Permalink
Fixed fake test api
Browse files Browse the repository at this point in the history
  • Loading branch information
trezorg committed Jul 3, 2020
1 parent 914d5cd commit a907fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/fakeapi/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var (
)

type FakeAPI struct {
*api.API
api.Translator
}

func (f *FakeAPI) TranslateWord(word string) api.OpResult {
Expand Down

0 comments on commit a907fee

Please sign in to comment.