Skip to content

Commit 57f2f28

Browse files
committed
fix: add empty folders and change import statement
1 parent 48a18f0 commit 57f2f28

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

test/_data/integration/TC_15/empty_folder/.gitkeep

Whitespace-only changes.

test/_data/integration/TC_18/empty_folder/.gitkeep

Whitespace-only changes.

test/unit/test_xml_validator_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
import pytest
4242
from xmlschema import XMLSchema
4343
# Local application imports.
44-
from src.xmlvalidator.xml_validator_utils import ValidatorUtils
44+
from xmlvalidator.xml_validator_utils import ValidatorUtils
4545

4646

4747
TEST_DIR = Path("test/_data/unit")

0 commit comments

Comments
 (0)