Skip to content

Commit

Permalink
Rename test collection
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorKrolic committed Jul 26, 2024
1 parent e560bed commit 14b88ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace ArgumentParsing.Tests.Functional;

[Collection("SpecialCommandTests")]
[Collection("UsesSTDIO")]
public sealed partial class CustomHelpTextGeneratorTests
{
#region OptionsAndParser
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace ArgumentParsing.Tests.Functional;

[Collection("SpecialCommandTests")]
[Collection("UsesSTDIO")]
public sealed partial class SimpleHelpCommandTest
{
#region OptionsAndParser
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace ArgumentParsing.Tests.Functional;

[Collection("SpecialCommandTests")]
[Collection("UsesSTDIO")]
public sealed partial class SimpleVersionCommandTests
{
#region OptionsAndParser
Expand Down

0 comments on commit 14b88ba

Please sign in to comment.