Skip to content

Commit

Permalink
Use TestMethod instead of DataTestMethod (#7003)
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 authored Nov 27, 2024
1 parent 945afd8 commit 0075dc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public void IsPrime_InputIs1_ReturnFalse()
}

#region Sample_TestCode
[DataTestMethod]
[TestMethod]
[DataRow(-1)]
[DataRow(0)]
[DataRow(1)]
Expand Down

0 comments on commit 0075dc5

Please sign in to comment.