Skip to content

Commit

Permalink
Fix test expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
viceroypenguin committed Nov 24, 2023
1 parent 8e2537c commit 02e7fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/SuperLinq.Test/SliceTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public void TestSliceIsLazy()

public static IEnumerable<object[]> GetSequences() =>
Enumerable.Range(1, 5)
.GetAllSequences()
.GetCollectionSequences()
.Select(x => new object[] { x });

[Theory]
Expand Down

0 comments on commit 02e7fc5

Please sign in to comment.