Minor standard fix, fix for test suite, made one error less annoying

This commit is contained in:
aerinon
2022-08-31 14:10:02 -06:00
parent 4aff460b22
commit 258d66fb5c
2 changed files with 6 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ def main(args=None):
test("Vanilla ", "--shuffle vanilla")
test("Retro ", "--retro --shuffle vanilla")
test("Keysanity ", "--shuffle vanilla --keydropshuffle drops_only --keysanity")
test("Keysanity ", "--shuffle vanilla --dropshuffle --keysanity")
test("Shopsanity", "--shuffle vanilla --shopsanity")
test("Simple ", "--shuffle simple")
test("Full ", "--shuffle full")