Skip to content

Commit 5159d5a

Browse files
Debug
1 parent 9ed1c4d commit 5159d5a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ 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+
133136
// Check the location of the database
134137
File.Exists(Path.Combine(otherDataPath.Path, "TheSpecificDataFileNameAsync.mdf")).Should().BeTrue();
135138
File.Exists(Path.Combine(otherDataPath.Path, "TheSpecificDataFileNameAsync_log.ldf")).Should().BeTrue();

0 commit comments

Comments
 (0)