From 5e36837e5f62e1467a8ea84cc2fce42c1e9e6e35 Mon Sep 17 00:00:00 2001 From: Richard Date: Sun, 25 Jul 2021 22:59:59 +0100 Subject: [PATCH] Blackened tests --- tests/test_app.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_app.py b/tests/test_app.py index ad47e326..18b8ef45 100644 --- a/tests/test_app.py +++ b/tests/test_app.py @@ -14,5 +14,6 @@ def test_microscope_creation(): assert isinstance(api_microscope.camera, BaseCamera) assert isinstance(api_microscope.stage, BaseStage) + def test_openapi_valid(): - assert validate_spec(labthing.spec) \ No newline at end of file + assert validate_spec(labthing.spec)