Skip to content

Commit

Permalink
Improve dot matrix test performance
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveDesmond-ca committed Nov 28, 2024
1 parent 895c94b commit 63a560f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimpleGPIO.Tests/Components/DotMatrixTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace SimpleGPIO.Tests.Components;

public sealed class DotMatrixTests
{
private static DotMatrix.PinSet StubPinSet(IReadOnlyList<PinStub> pins)
private static DotMatrix.PinSet StubPinSet(PinStub[] pins)
{
return new DotMatrix.PinSet
{
Expand Down

0 comments on commit 63a560f

Please sign in to comment.