Skip to content

Commit fe5ad1c

Browse files
committed
wip
1 parent 0bbe69d commit fe5ad1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
import pyodata.config
77
import pyodata.model.builder as builder
8-
import pyodata.v4 as v4
8+
import pyodata.v4 as odata_v4
99

1010

1111
@pytest.fixture
@@ -131,7 +131,7 @@ def schema(metadata_v2):
131131
def schema_v4(metadata_v4):
132132
meta = builder.MetadataBuilder(
133133
metadata_v4,
134-
config=pyodata.config.Config(v4.ODataV4)
134+
config=pyodata.config.Config(odata_v4.ODataV4)
135135
)
136136

137137
return meta.build()

0 commit comments

Comments
 (0)