Skip to content

Commit 52e939f

Browse files
committed
remove stray return
1 parent 0e32843 commit 52e939f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rest/blip_client_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,6 @@ func (btr *BlipTesterReplicator) initHandlers(btc *BlipTesterClient) {
521521
require.False(btr.TB(), msg.NoReply(), "expected delta rev message to be sent without noreply flag: %+v", msg)
522522
response := msg.Response()
523523
response.SetError("HTTP", http.StatusUnprocessableEntity, "test code intentionally rejected delta")
524-
return
525524
}
526525

527526
// unmarshal body to extract deltaSrc

0 commit comments

Comments
 (0)