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 2f5f5bc commit 5224297Copy full SHA for 5224297
Test/UnitTests/TestDataLayer/TestPostgreSqlHelpers.cs
@@ -133,10 +133,7 @@ public async Task TestEnsureCreatedAndEmptyPostgreSqlOk()
133
using (var context = new BookContext(options))
134
{
135
//ATTEMPT
136
-<<<<<<< Updated upstream
137
-=======
138
//logOptions.ShowLog = true;
139
->>>>>>> Stashed changes
140
using (new TimeThings(_output, "Time to empty database"))
141
142
await context.EnsureCreatedAndEmptyPostgreSqlAsync();
0 commit comments