Skip to content

Commit b462c7f

Browse files
committed
chore: linting
Signed-off-by: Vincent Biret <[email protected]>
1 parent 41b787e commit b462c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.OpenAPI.OData.Reader.Tests/Operation/ODataTypeCastGetOperationHandlerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public void CreateODataTypeCastGetOperationReturnsCorrectOperationForCollectionN
120120
Assert.Single(operation.Extensions); //deprecated
121121

122122
Assert.Equal(2, operation.Responses.Count);
123-
Assert.Equal(new string[] { "200", "default" }, operation.Responses.Select(e => e.Key));
123+
Assert.Equal(["200", "default"], operation.Responses.Select(e => e.Key));
124124

125125
if (enableOperationId)
126126
{

0 commit comments

Comments
 (0)