From 63a560f8da0382363fa0114944b94ec3eba1d773 Mon Sep 17 00:00:00 2001 From: Steve Desmond Date: Thu, 28 Nov 2024 16:19:25 -0500 Subject: [PATCH] Improve dot matrix test performance --- SimpleGPIO.Tests/Components/DotMatrixTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimpleGPIO.Tests/Components/DotMatrixTests.cs b/SimpleGPIO.Tests/Components/DotMatrixTests.cs index 2ac8c70..e3963cd 100644 --- a/SimpleGPIO.Tests/Components/DotMatrixTests.cs +++ b/SimpleGPIO.Tests/Components/DotMatrixTests.cs @@ -7,7 +7,7 @@ namespace SimpleGPIO.Tests.Components; public sealed class DotMatrixTests { - private static DotMatrix.PinSet StubPinSet(IReadOnlyList pins) + private static DotMatrix.PinSet StubPinSet(PinStub[] pins) { return new DotMatrix.PinSet {