Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-serafin committed Jun 10, 2019
1 parent a8cdfd9 commit 3f998f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maniptest/tokenmanager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func TestTestSubscriber_MockRun(t *testing.T) {
ch := make(chan string)
tm.Run(context.Background(), ch)

Convey("Then teh value in the chan should be correct", func() {
Convey("Then the value in the chan should be correct", func() {
So(<-ch, ShouldEqual, "coucou")
})
})
Expand Down

0 comments on commit 3f998f7

Please sign in to comment.