diff options
| author | Rob Mensching <rob@firegiant.com> | 2024-03-27 12:15:14 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2024-04-05 09:46:43 -0700 |
| commit | 4456c7ab82376a85f362ccb1796075e1e66447d6 (patch) | |
| tree | 5eac334021dc1d4a1abf8a88462464bf8b6e1f28 /src | |
| parent | ad78f1ba6693d2603b3465637148a58929b4f680 (diff) | |
| download | wix-4456c7ab82376a85f362ccb1796075e1e66447d6.tar.gz wix-4456c7ab82376a85f362ccb1796075e1e66447d6.tar.bz2 wix-4456c7ab82376a85f362ccb1796075e1e66447d6.zip | |
Reference correct skippable Xunit discoverer
Diffstat (limited to '')
| -rw-r--r-- | src/internal/WixInternal.TestSupport/XunitExtensions/SkippableTheoryAttribute.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/WixInternal.TestSupport/XunitExtensions/SkippableTheoryAttribute.cs b/src/internal/WixInternal.TestSupport/XunitExtensions/SkippableTheoryAttribute.cs index 1ed04e01..3293c401 100644 --- a/src/internal/WixInternal.TestSupport/XunitExtensions/SkippableTheoryAttribute.cs +++ b/src/internal/WixInternal.TestSupport/XunitExtensions/SkippableTheoryAttribute.cs | |||
| @@ -5,7 +5,7 @@ namespace WixInternal.TestSupport.XunitExtensions | |||
| 5 | using Xunit; | 5 | using Xunit; |
| 6 | using Xunit.Sdk; | 6 | using Xunit.Sdk; |
| 7 | 7 | ||
| 8 | [XunitTestCaseDiscoverer("WixInternal.TestSupport.XunitExtensions.SkippableFactDiscoverer", "WixInternal.TestSupport")] | 8 | [XunitTestCaseDiscoverer("WixInternal.TestSupport.XunitExtensions.SkippableTheoryDiscoverer", "WixInternal.TestSupport")] |
| 9 | public class SkippableTheoryAttribute : TheoryAttribute | 9 | public class SkippableTheoryAttribute : TheoryAttribute |
| 10 | { | 10 | { |
| 11 | } | 11 | } |
