Skip to content

Commit ee26a2c

Browse files
Revert "Debug"
This reverts commit 5159d5a.
1 parent 5159d5a commit ee26a2c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/Testing.Databases.SqlServer.Tests/SqlServerTest.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,6 @@ public async Task CreateAndDeleteAsync_WithSpecificDataFileName()
130130
var table = await server.Master.ExecuteQueryAsync("SELECT * FROM [sys].[databases] WHERE [name] = 'CreateAndDeleteDB_WithSpecificDataFileNameAsync'");
131131
table.Rows.Should().HaveCount(1);
132132

133-
var debug = string.Join(";", Directory.GetFiles(otherDataPath.Path));
134-
debug.Should().BeNull();
135-
136133
// Check the location of the database
137134
File.Exists(Path.Combine(otherDataPath.Path, "TheSpecificDataFileNameAsync.mdf")).Should().BeTrue();
138135
File.Exists(Path.Combine(otherDataPath.Path, "TheSpecificDataFileNameAsync_log.ldf")).Should().BeTrue();

0 commit comments

Comments
 (0)