Skip to content

Commit a6c2e17

Browse files
committed
Address comments
1 parent 110d563 commit a6c2e17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/JsonApiDotNetCoreTests/IntegrationTests/QueryStrings/QueryStringTests.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ public async Task Can_use_unknown_query_string_parameter()
6565

6666
[Theory]
6767
[InlineData("")]
68-
[InlineData("foo")]
69-
public async Task Should_ignore_query_parameter_with_empty_name(string parameterValue)
68+
[InlineData("bar")]
69+
public async Task Can_use_empty_query_string_parameter_name(string parameterValue)
7070
{
7171
// Arrange
7272
var options = (JsonApiOptions)_testContext.Factory.Services.GetRequiredService<IJsonApiOptions>();

0 commit comments

Comments
 (0)