diff options
| author | chris_bednarski <Chris.Bednarski@minfos.com.au> | 2023-07-19 10:11:18 +1000 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2023-07-19 10:17:56 -0700 |
| commit | d20b6d41283f2f9decc8ef98cae1d36b09198159 (patch) | |
| tree | 7fcd4e0324d8e384d24042d4ccc08e62bf2f6f95 /src/internal/WixInternal.TestSupport/XunitExtensions | |
| parent | cef14c6055f85e470ff9ce7a33b53e80d1160ba6 (diff) | |
| download | wix-d20b6d41283f2f9decc8ef98cae1d36b09198159.tar.gz wix-d20b6d41283f2f9decc8ef98cae1d36b09198159.tar.bz2 wix-d20b6d41283f2f9decc8ef98cae1d36b09198159.zip | |
feat(build): update xunit to version 2.5.0, fix occasional test timeout
Diffstat (limited to 'src/internal/WixInternal.TestSupport/XunitExtensions')
| -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 | ||
