Skip to content

Commit 1837848

Browse files
fix missed names in tests
1 parent e1fc38e commit 1837848

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_script_full_suite.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
from consys4py.datamodels.observations import ObservationOMJSONInline
1313
from consys4py.datamodels.commands import CommandJSON
1414
from consys4py.part_1 import systems, deployments, sampling_features
15-
from conSys4Py.part_2 import datastreams, observations, commands, control_channels
16-
from conSys4Py.request_bodies import DatastreamBodyJSON, GeoJSONBody, SmlJSONBody
17-
from conSys4Py.utilities import model_utils
15+
from consys4py.part_2 import datastreams, observations, commands, control_channels
16+
from consys4py.request_bodies import DatastreamBodyJSON, GeoJSONBody, SmlJSONBody
17+
from consys4py.utilities import model_utils
1818

1919
server_url = "http://localhost:8282/sensorhub"
2020
geo_json_headers = {"Content-Type": "application/geo+json"}

0 commit comments

Comments
 (0)