Skip to content

Commit 6b452c0

Browse files
committed
use another option to test this behavior, since 'native' has different defaults depending on the platform nowadays
1 parent b80f798 commit 6b452c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vmprof/test/test_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def test_parser_arg_precedence():
4141
assert args.period == 5.0
4242
assert args.web is False
4343
assert args.web_url == "example.com"
44-
assert args.no_native == False
44+
assert args.mem == False
4545

4646

4747
def test_parser_without_section():

0 commit comments

Comments
 (0)