Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jandelgado committed Sep 4, 2024
1 parent 1e8fc35 commit ef705d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/rabtap/command_line_parse_props_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func TestParseMessagePropertiesReturnsFullyPopulatedProperties(t *testing.T) {
require.NoError(t, err)
assert.Equal(t, "content-type", *props.ContentType)
assert.Equal(t, "content-encoding", *props.ContentEncoding)
assert.Equal(t, uint8(0), *props.DeliveryMode)
assert.Equal(t, uint8(2), *props.DeliveryMode)
assert.Equal(t, uint8(2), *props.Priority)
assert.Equal(t, "correlation-id", *props.CorrelationID)
assert.Equal(t, "reply-to", *props.ReplyTo)
Expand Down

0 comments on commit ef705d7

Please sign in to comment.