Skip to content

Commit

Permalink
Fix CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkPflug committed Jun 21, 2024
1 parent 408892d commit 2add916
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/Sylvan.Data.Excel.Tests/Packaging/OleStreamTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ public OleStreamTests(ITestOutputHelper o) : base(o)
[MemberData(nameof(GetXlsFiles))]
public void Verify(string file)
{
if (file == null) return; // nothing to test.

file = GetFullPath(file);

using var s = File.OpenRead(file);
Expand Down

0 comments on commit 2add916

Please sign in to comment.