Skip to content

Commit

Permalink
Merge branch 'master' into release-3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-serafin committed Jun 10, 2019
2 parents 5fbac2a + 5377d0c commit a8cdfd9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion internal/push/push.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ func (s *subscription) connect(ctx context.Context, initial bool) (err error) {

resp.Body.Close() // nolint

try = 0
return nil
}

Expand Down
2 changes: 1 addition & 1 deletion maniphttp/helpers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ func TestManiphttp_DirectSend(t *testing.T) {
}

if string(body) != "hello" {
panic("wrong body recieved.")
panic("wrong body received.")
}

if !strings.HasSuffix(r.RequestURI, "/toto") {
Expand Down
2 changes: 1 addition & 1 deletion manipvortex/manipulator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func newIdentityProcessor(readConsistency manipulate.ReadConsistency, writeConsi
func Test_New(t *testing.T) {
t.Parallel()

Convey("When I create a new memdb vortex, I sould have correct structures", t, func() {
Convey("When I create a new memdb vortex, I should have correct structures", t, func() {
m := maniptest.NewTestManipulator()
d, err := newDatastore()
So(err, ShouldBeNil)
Expand Down

0 comments on commit a8cdfd9

Please sign in to comment.