Skip to content

Commit

Permalink
PR suggestions, adapting asserts
Browse files Browse the repository at this point in the history
  • Loading branch information
dldl-cmd committed May 5, 2024
1 parent 9020e18 commit 7989435
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ public void Create_BuildsOpenApiArrayJson__When_NotStringTypeAndDataIsArray()
schema,
"[\"one\",\"two\",\"three\"]");


Assert.NotNull(example);
var actual = Assert.IsType<OpenApiArray>(example);
Assert.Equal(3, actual.Count);
Expand Down

0 comments on commit 7989435

Please sign in to comment.