Skip to content

Commit

Permalink
Update MethodDataSourceAndTestCaseUsage.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Sep 19, 2024
1 parent 12b4d37 commit bc2bff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Verify.TUnit.Tests/MethodDataSourceAndTestCaseUsage.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[MethodDataSource(nameof(FixtureArgs), UnfoldTuple = true)]
[MethodDataSource(nameof(FixtureArgs))]
public class MethodDataSourceAndTestCaseUsage(string arg1, int arg2)
{
[Test]
Expand Down

0 comments on commit bc2bff1

Please sign in to comment.