Retrieve profiles in parallel.

This commit is contained in:
Greyson Parrelli
2020-06-08 19:04:55 -04:00
parent 2822042eeb
commit 2751fd7efc
24 changed files with 639 additions and 270 deletions

View File

@@ -140,7 +140,7 @@ public final class ProfileNameTest {
String data = name.serialize();
// THEN
assertEquals(data, "Given\0");
assertEquals(data, "Given");
}
@Test