Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ascandella committed Mar 2, 2017
1 parent 2285c6c commit 6c5bf5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/yarpc/thrift_test.go
Expand Up @@ -69,7 +69,7 @@ modules:
goofy, err := chip(mi)
require.NoError(t, err)
assert.NotNil(t, goofy)
assert.Equal(t, "hello", goofy.(*YARPCModule).host.Name())
assert.Equal(t, "hello", goofy.(*Module).host.Name())

gopher, err := dale(mih(t, "hello"))
require.NoError(t, err)
Expand Down

0 comments on commit 6c5bf5d

Please sign in to comment.