Skip to content

Commit

Permalink
Correct skipability
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonGraal committed Feb 8, 2025
1 parent bb9d52f commit 4d000d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public void CanMerge_TwoAstsSameCategory_ReturnsGood(OperationInput input)
new OperationDeclAst(AstNulls.At, input.Name, input.Category),
new OperationDeclAst(AstNulls.At, input.Name, input.Category)]);

[Theory, RepeatData(Repeats)]
[SkippableTheory, RepeatData(Repeats)]
public void CanMerge_TwoAstsDifferentOption_ReturnsErrors(OperationInput input, string category2)
=> this
.SkipEqual(input.Category, category2)
Expand Down

0 comments on commit 4d000d7

Please sign in to comment.