From 31033076016423e184022912ff6f5140ee24e639 Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Fri, 10 Jun 2022 14:58:26 -0600 Subject: [PATCH] tests: fix reference error --- tests/test_main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_main.py b/tests/test_main.py index 459afc0b..ebbf8b86 100644 --- a/tests/test_main.py +++ b/tests/test_main.py @@ -461,7 +461,7 @@ def test_main_dotnet(_1c444_dotnetfile_extractor): def test_main_dotnet2(_692f_dotnetfile_extractor): # tests rules can be loaded successfully and all output modes - path = _1c444_dotnetfile_extractor.path + path = _692f_dotnetfile_extractor.path assert capa.main.main([path, "-vv"]) == 0 assert capa.main.main([path, "-v"]) == 0 assert capa.main.main([path, "-j"]) == 0