Skip to content

Commit

Permalink
Fixed broken test, again
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidWhittingham committed Mar 22, 2022
1 parent 4bc5837 commit cf7b545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/wfs_server_extension_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def test_wfs_getters(service_config, attribute, expected_value, exception):
('axis_order_wfs_10', 'LatLong', wfs.AxisOrder.lat_long, None), ('axis_order_wfs_10', 'err', None, ValueError),
('axis_order_wfs_11', wfs.AxisOrder.long_lat, wfs.AxisOrder.long_lat, None),
('axis_order_wfs_11', 'err', None, ValueError), ('axis_order_wfs_11', 'LongLat', wfs.AxisOrder.long_lat, None),
('hours_of_service', '24/7', '24/7'),
('hours_of_service', '24/7', '24/7', None),
('service_type', 'Blah', 'Blah', None), ('service_type_version', 1.0, 1.0, None)
]
)#yapf:enable
Expand Down

0 comments on commit cf7b545

Please sign in to comment.