Skip to content
Snippets Groups Projects
Unverified Commit d16f5891 authored by James Briggs's avatar James Briggs
Browse files

lint

parent 726bc11f
No related branches found
No related tags found
No related merge requests found
...@@ -206,7 +206,9 @@ class TestRouteLayer: ...@@ -206,7 +206,9 @@ class TestRouteLayer:
route_layer_from_config = RouteLayer.from_config(layer_config) route_layer_from_config = RouteLayer.from_config(layer_config)
assert (route_layer_from_config.index == route_layer.index).all() assert (route_layer_from_config.index == route_layer.index).all()
assert (route_layer_from_config.categories == route_layer.categories).all() assert (route_layer_from_config.categories == route_layer.categories).all()
assert route_layer_from_config.score_threshold == route_layer.score_threshold assert (
route_layer_from_config.score_threshold == route_layer.score_threshold
)
# Add more tests for edge cases and error handling as needed. # Add more tests for edge cases and error handling as needed.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment