Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 42ea045

Browse files
committed
chore: suppresses unit test warning
Signed-off-by: Vincent Biret <[email protected]>
1 parent 6f6129c commit 42ea045

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Microsoft.Graph.Cli.Core.Tests/IO/GraphODataPagingServiceTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ public void Sets_Top_If_Value_Is_Not_Set()
2121

2222
[Theory]
2323
[InlineData(0)]
24+
#pragma warning disable xUnit1012
2425
[InlineData(null)]
26+
#pragma warning restore xUnit1012
2527
[InlineData("test")]
2628
public void Sets_Top_If_Value_Is_Invalid(object topValue)
2729
{

0 commit comments

Comments
 (0)