Skip to content

Commit 5224297

Browse files
committed
Fixed merge issue
1 parent 2f5f5bc commit 5224297

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Test/UnitTests/TestDataLayer/TestPostgreSqlHelpers.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,7 @@ public async Task TestEnsureCreatedAndEmptyPostgreSqlOk()
133133
using (var context = new BookContext(options))
134134
{
135135
//ATTEMPT
136-
<<<<<<< Updated upstream
137-
=======
138136
//logOptions.ShowLog = true;
139-
>>>>>>> Stashed changes
140137
using (new TimeThings(_output, "Time to empty database"))
141138
{
142139
await context.EnsureCreatedAndEmptyPostgreSqlAsync();

0 commit comments

Comments
 (0)