Skip to content

Commit 4126f36

Browse files
MilosMilos
Milos
authored and
Milos
committed
Changed Count
1 parent 6210cc6 commit 4126f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/JsonApiDotNetCoreExampleTests/Acceptance/Spec/AttributeFilterTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public async Task Can_Filter_On_Not_Equal_Values()
129129

130130
// assert
131131
Assert.Equal(HttpStatusCode.OK, response.StatusCode);
132-
Assert.Equal(deserializedTodoItems.Count(), todoItems.Count() -1);
132+
Assert.Equal(deserializedTodoItems.Count, todoItems.Count() -1);
133133
Assert.False(deserializedTodoItems.Any(i => i.GuidProperty == lastTodoItem.GuidProperty));
134134
}
135135
}

0 commit comments

Comments
 (0)