We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d88dc commit a68eea0Copy full SHA for a68eea0
src/DeltaTests/Usage.cs
@@ -34,7 +34,6 @@ public async Task LastTimeStampRowVersion()
34
await using var database = await LocalDb();
35
36
var timeStamp = await DeltaExtensions.GetLastTimeStamp(database.Connection, null);
37
- IsNotEmpty(timeStamp);
38
IsNotNull(timeStamp);
39
Recording.Start();
40
await using (var command = database.Connection.CreateCommand())
0 commit comments