Skip to content

Commit

Permalink
Update DiscImageTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
parhamgholami committed Feb 10, 2025
1 parent 62c21f5 commit 022621a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GCNTools.Test/DiscImageTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class DiscImageTests
public void Setup()
{
using FileStream fileStream = new(_usIsoPath, FileMode.Open, FileAccess.Read);
_discImage = new(fileStream, loadToMemory: true);
_discImage = new(fileStream, keepStreamInMemory: true);
}

[Test]
Expand Down

0 comments on commit 022621a

Please sign in to comment.