Skip to content

Commit

Permalink
Failing test for issue #349 (retrieving a snaphot the stream Id is th…
Browse files Browse the repository at this point in the history
…e hashed one and not the original one)
  • Loading branch information
damianh committed Aug 14, 2014
1 parent 9ee08e9 commit 797d2bc
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -433,6 +433,12 @@ public void should_have_the_correct_snapshot_payload()
{
_snapshot.Payload.ShouldBe(_correct.Payload);
}

[Fact]
public void should_have_the_correct_stream_id()
{
_snapshot.StreamId.ShouldBe(_correct.StreamId);
}
}

public class when_a_snapshot_has_been_added_to_the_most_recent_commit_of_a_stream : PersistenceEngineConcern
Expand Down

0 comments on commit 797d2bc

Please sign in to comment.