Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils Dijk committed Dec 23, 2016
1 parent 2e8aa1d commit 851b61a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/remoteservice/remoteservice_test.go
Expand Up @@ -107,7 +107,7 @@ func TestRingpopRemoteServiceAdapterCallLocalPreservingHeaders(t *testing.T) {
"hello": "world",
"foo": "bar",
"baz": "42",
}, headers, "exected existing headers to be preserved")
}, headers, "expected existing headers to be preserved")
}).Return(nil)

ctx, _ := thrift.NewContext(0 * time.Second)
Expand Down Expand Up @@ -198,7 +198,7 @@ func TestRingpopRemoteServiceAdapterCallRemotePreservingHeaders(t *testing.T) {
"hello": "world",
"foo": "bar",
"baz": "42",
}, headers, "exected existing headers to be preserved")
}, headers, "expected existing headers to be preserved")
}).Return(nil)

ctx, _ := thrift.NewContext(0 * time.Second)
Expand Down Expand Up @@ -278,7 +278,7 @@ func TestRingpopRemoteServiceAdapterReceivingForwardedCallPreservingHeaders(t *t
"hello": "world",
"foo": "bar",
"baz": "42",
}, headers, "exected existing headers to be preserved")
}, headers, "expected existing headers to be preserved")
}).Return(nil)

ctx, _ := thrift.NewContext(0 * time.Second)
Expand Down

0 comments on commit 851b61a

Please sign in to comment.