Index: test/parse_test.dart |
diff --git a/test/parse_test.dart b/test/parse_test.dart |
index 187f735e08706aa38226ae927360b60b4827885d..cdc6d5e6520bbcddca90859d22acca166dd19309 100644 |
--- a/test/parse_test.dart |
+++ b/test/parse_test.dart |
@@ -117,7 +117,7 @@ void main() { |
}); |
test('are invoked even if the flag is not present', () { |
- var a = 'not called'; |
+ var a = true; |
var parser = new ArgParser(); |
parser.addFlag('a', callback: (value) => a = value); |