Updates tests

This commit is contained in:
zontreck 2024-07-08 22:25:54 -07:00
parent 815b70c630
commit 161484f693
2 changed files with 1 additions and 23 deletions

View file

@ -8,7 +8,7 @@ import 'package:test/scaffolding.dart';
void main() {
test("Test parsing a argument", () async {
List<String> testArgs = ["--test=12", "--enable", "--put=\"Here\""];
List<String> testArgs = ["--test=12", "--enable", "--put=Here"];
Arguments defaults = Arguments();