Skip to content

Commit af194ea

Browse files
author
rootware
committed
added before refactor class properly
1 parent 5eccd88 commit af194ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

images/beforeRefactor/classes.png

10.5 KB
Loading

tests/test_redact.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import pytest
2-
from pyredactkit.core_redactor import Redactor
2+
from pyredactkit.core_redactor import CoreRedactorEngine
33

44
data = """John, please get that article on www.linkedin.com to me by 5:00PM on Jan 9th 2012. 4:00 would be ideal, actually. If you have any questions, You can reach me at(519)-236-2723 or get in touch with my associate at [email protected]
55
this is my IP: 102.23.5.1
@@ -48,7 +48,7 @@
4848

4949
@pytest.fixture
5050
def redactor_obj():
51-
return Redactor()
51+
return CoreRedactorEngine()
5252

5353

5454
def test_check_python_file(redactor_obj):

0 commit comments

Comments
 (0)