Skip to content

Commit

Permalink
fix: redis test failing, needs to check value (#3335)
Browse files Browse the repository at this point in the history
  • Loading branch information
iancooper authored Sep 30, 2024
1 parent bdc260c commit cd7ad82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public void When_parsing_a_good_redis_message_to_brighter()

message.Id.Should().Be("18669550-2069-48c5-923d-74a2e79c0748");
message.Header.TimeStamp.Should().Be(DateTime.Parse("2018-02-07T09:38:36Z"));
message.Header.Topic.Should().Be("test");
message.Header.Topic.Value.Should().Be("test");
message.Header.MessageType.Should().Be(MessageType.MT_COMMAND);
message.Header.HandledCount.Should().Be(3);
message.Header.Delayed.Should().Be(TimeSpan.FromMilliseconds(200));
Expand Down

0 comments on commit cd7ad82

Please sign in to comment.