Fix unit test of optical media track flags. Fixes #550

This commit is contained in:
2021-06-05 15:25:31 +01:00
parent ed0cc7b754
commit 4a725c5e7f
2 changed files with 9 additions and 17 deletions

View File

@@ -80,7 +80,7 @@ namespace Aaru.Tests.Images
int trackNo = 0;
byte[] flags = new byte[image.Tracks.Count];
byte?[] flags = new byte?[image.Tracks.Count];
foreach(Track currentTrack in image.Tracks)
{