Skip to content

Commit 9af9683

Browse files
committed
Update test_matchcode.py
Signed-off-by: Jono Yang <jyang@nexb.com>
1 parent bb6f969 commit 9af9683

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

scanpipe/tests/pipes/test_matchcode.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
class MatchCodePipesTest(TestCase):
3838
data_location = Path(__file__).parent.parent / "data"
3939

40+
def setUp(self):
41+
self.project1 = Project.objects.create(name="Analysis")
42+
4043
def test_scanpipe_pipes_matchcode_fingerprint_codebase_directories(self):
4144
fixtures = self.data_location / "asgiref-3.3.0_fixtures.json"
4245
call_command("loaddata", fixtures, **{"verbosity": 0})

0 commit comments

Comments
 (0)