Skip to content

Commit 56af968

Browse files
LouisonR-octogireg.roussel
authored andcommitted
fixing tests
1 parent 9580974 commit 56af968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edge_model_serving/tflite_serving/tests/test_tflite_serving.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ def test_get_models_should_return_6_models(self):
3131
# Given
3232
model_url = f"{self.base_url}/models"
3333
expected_models = [
34+
'duck_detection',
3435
"marker_quality_control",
3536
"mobilenet_ssd_v2_coco",
3637
"mobilenet_ssd_v2_face",
3738
"pin_detection",
3839
"yolo_coco_nano",
39-
"duck_detection",
4040
]
4141

4242
# When

0 commit comments

Comments
 (0)