Skip to content

Commit a204303

Browse files
committed
Remove unneeded attribute
1 parent 25ec65c commit a204303

File tree

7 files changed

+0
-8
lines changed

7 files changed

+0
-8
lines changed

test/CommandBuilderTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ namespace RunScript;
55
using System.CommandLine.Rendering;
66

77
[Trait("category", "unit")]
8-
[UsesVerify]
98
public class CommandBuilderTests
109
{
1110
private const string DefaultComSpec = @"C:\WINDOWS\system32\cmd.exe";

test/CommandGroupRunnerTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ namespace RunScript;
66
using System.Threading.Tasks;
77

88
[Trait("category", "unit")]
9-
[UsesVerify]
109
public class CommandGroupRunnerTests
1110
{
1211
[Theory]

test/GlobalCommandsTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ namespace RunScript;
66
using System.Threading.Tasks;
77

88
[Trait("category", "unit")]
9-
[UsesVerify]
109
public class GlobalCommandsTests
1110
{
1211
[Fact]

test/Integration/CommandBuilderTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ public static class CommandBuilderTests
99
{
1010
// Passing `bash` works locally, but not on CI due to no WSL so the next best thing is using git bash
1111
[Trait("category", "integration")]
12-
[UsesVerify]
1312
public class WindowsPlatform
1413
{
1514
[WindowsTheory]
@@ -26,7 +25,6 @@ await CommandBuilderTests.Should_execute_single_script_in_shell(
2625
}
2726

2827
[Trait("category", "integration")]
29-
[UsesVerify]
3028
public class UnixPlatforms
3129
{
3230
[UnixTheory]

test/Logging/GitHubActionsLogGroupTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ namespace RunScript.Logging;
44
using System.CommandLine.Rendering;
55

66
[Trait("category", "unit")]
7-
[UsesVerify]
87
public class GitHubActionsLogGroupTests
98
{
109
[Fact]

test/ProjectLoaderTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
namespace RunScript;
22

33
[Trait("category", "unit")]
4-
[UsesVerify]
54
public class ProjectLoaderTests
65
{
76
[Fact]

test/RunScriptCommandTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ public void Should_match_multiple_segments()
165165
}
166166

167167
[Trait("category", "unit")]
168-
[UsesVerify]
169168
public class RunResults
170169
{
171170
[Theory]

0 commit comments

Comments
 (0)