diff --git a/p-isa_tools/kerngen/tests/test_kerngraph_command.py b/p-isa_tools/kerngen/tests/test_kerngraph_command.py index d447f36d..b9c1e32d 100644 --- a/p-isa_tools/kerngen/tests/test_kerngraph_command.py +++ b/p-isa_tools/kerngen/tests/test_kerngraph_command.py @@ -49,7 +49,6 @@ def test_parse_args_defaults(): assert args.debug is False assert args.target == [] assert args.primary == LoopKey.PART - assert args.secondary == LoopKey.RNS def test_parse_args_debug_flag():