From 66b9140a1fcf8c1aa39751294bde80a7d738153f Mon Sep 17 00:00:00 2001 From: Apollo3zehn Date: Tue, 18 Jun 2024 14:55:49 +0200 Subject: [PATCH] Fix tests --- tests/PureHDF.Tests/Selections/SelectionTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PureHDF.Tests/Selections/SelectionTests.cs b/tests/PureHDF.Tests/Selections/SelectionTests.cs index e668cd14..69da0003 100644 --- a/tests/PureHDF.Tests/Selections/SelectionTests.cs +++ b/tests/PureHDF.Tests/Selections/SelectionTests.cs @@ -571,7 +571,7 @@ void action() => _ = SelectionHelper.Walk( chunkDims, selection, allowBulkCopy: true - ); + ).ToArray(); // Assert Assert.Throws(action);