This commit is contained in:
Ben Olden-Cooligan 2019-07-28 11:09:53 -04:00
parent bf8527e858
commit cce196394a

View File

@ -45,5 +45,7 @@ namespace NAPS2.Sdk.Tests.Util
Assert.Equal(list, new[] { "b", "a", "d", "c" });
CollectionAsserts.SameItems(sel, new[] { "a", "c" });
}
// TODO: More
}
}