Updates tests
This commit is contained in:
parent
815b70c630
commit
161484f693
2 changed files with 1 additions and 23 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue