From 3818bf559576c84559cb6a9bba2132e9deda8f69 Mon Sep 17 00:00:00 2001 From: Guille Date: Mon, 10 Jul 2023 15:05:34 -0400 Subject: [PATCH] correct typo --- tests/test_exports.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_exports.py b/tests/test_exports.py index e4b90f90..7cf74c30 100644 --- a/tests/test_exports.py +++ b/tests/test_exports.py @@ -69,7 +69,7 @@ class TestExports(TestCase): try: ExportsFactory(export_type, self._complete_city, self._output_path).export() except ValueError as err: - if export_type != '_stl': + if export_type != 'stl': logging.warning('No backend export for STL test, skipped') raise err