Skip to content

Commit 83af73a

Browse files
committed
Fix tests\test_injection.py
1 parent be935b0 commit 83af73a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_injection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import windows.generated_def as gdef
1111

1212
from .conftest import pop_proc_32, pop_proc_64
13-
from .pfwtest import DEFAULT_CREATION_FLAGS, dll_injection
13+
from .pfwtest import *
1414

1515
@pytest.fixture(params=
1616
[(pop_proc_32, DEFAULT_CREATION_FLAGS),

0 commit comments

Comments
 (0)