Skip to content

Commit 476429f

Browse files
committed
Update ConnectionConverterTests.cs
1 parent 1a7bab1 commit 476429f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Tests/ConnectionConverter/ConnectionConverterTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ await Verify(connection.Items!.OrderBy(_ => _!.Property))
7373

7474
public Task List(int? first, int? after, int? last, int? before)
7575
{
76-
7776
var connection = ConnectionConverter.ApplyConnectionContext(list, first, after, last, before);
7877
return Verify(connection).UseParameters(first, after, last, before);
7978
}

0 commit comments

Comments
 (0)