Skip to content

Commit

Permalink
refactor: rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexZeitler committed Apr 14, 2024
1 parent 690554c commit 2cee36e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ SomethingHappened happened
}

[TestFixture]
public class When_snapshot_is_configured_inline
public class When_projection_is_configured_inline
{
public class When_event_is_persisted
{
Expand Down Expand Up @@ -49,7 +49,7 @@ public async Task InitializeAsync()
}

[Test]
public async Task should_write_snapshot_in_same_transaction()
public async Task should_write_projection_in_same_transaction()
{
await using var session = _store?.QuerySession();
var something = await session?.LoadAsync<Something>(_streamId)!;
Expand Down

0 comments on commit 2cee36e

Please sign in to comment.