diff options
Diffstat (limited to 'src/internal/WixInternal.TestSupport/XunitExtensions/WixAssert.cs')
-rw-r--r-- | src/internal/WixInternal.TestSupport/XunitExtensions/WixAssert.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/WixInternal.TestSupport/XunitExtensions/WixAssert.cs b/src/internal/WixInternal.TestSupport/XunitExtensions/WixAssert.cs index 083e34f5..1df98d3b 100644 --- a/src/internal/WixInternal.TestSupport/XunitExtensions/WixAssert.cs +++ b/src/internal/WixInternal.TestSupport/XunitExtensions/WixAssert.cs | |||
@@ -91,7 +91,7 @@ namespace WixInternal.TestSupport | |||
91 | { | 91 | { |
92 | if (collection.Count > 0) | 92 | if (collection.Count > 0) |
93 | { | 93 | { |
94 | Assert.True(false, $"The collection was expected to be empty, but instead was [{Environment.NewLine}\"{String.Join($"\", {Environment.NewLine}\"", collection)}\"{Environment.NewLine}]"); | 94 | Assert.Fail($"The collection was expected to be empty, but instead was [{Environment.NewLine}\"{String.Join($"\", {Environment.NewLine}\"", collection)}\"{Environment.NewLine}]"); |
95 | } | 95 | } |
96 | } | 96 | } |
97 | 97 | ||