Skip to content

Commit

Permalink
Update Tests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Oct 28, 2023
1 parent d5f8690 commit 94c709a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/Tests/Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -200,11 +200,12 @@ public async Task RecordingSpecific()
var value = await command.ExecuteScalarAsync();
var entries = Recording.Stop().Select(_ => _.Data);
//TODO: optionally filter the results
await Verify(new
{
value,
sql = entries
});
await Verify(
new
{
value,
sql = entries
});

#endregion
}
Expand Down

0 comments on commit 94c709a

Please sign in to comment.