Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollo3zehn committed Jun 18, 2024
1 parent e602847 commit 66b9140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PureHDF.Tests/Selections/SelectionTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ void action() => _ = SelectionHelper.Walk(
chunkDims,
selection,
allowBulkCopy: true
);
).ToArray();

// Assert
Assert.Throws<RankException>(action);
Expand Down

0 comments on commit 66b9140

Please sign in to comment.