mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-25 17:24:17 -05:00
@@ -22,7 +22,7 @@ namespace Microsoft.SqlTools.ServiceLayer.IntegrationTests.SchemaCompare
|
||||
internal static void VerifyAndCleanup(string filePath)
|
||||
{
|
||||
// Verify it was created
|
||||
Assert.True(File.Exists(filePath));
|
||||
Assert.True(File.Exists(filePath), $"File {filePath} was expected to exist but did not");
|
||||
|
||||
// Remove the file
|
||||
if (File.Exists(filePath))
|
||||
|
||||
Reference in New Issue
Block a user