Skip to content

Commit a23239f

Browse files
fix tests: force to create the db_path attribute
1 parent 6371de5 commit a23239f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test_plasma.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def plasma_file(filename, symbol, options):
4242
gctx.filename = filename
4343
gctx.entry = symbol
4444
gctx.quiet = True
45+
gctx.db_path = None
4546

4647
for o in options:
4748
if o == "--raw x86":

0 commit comments

Comments
 (0)