From 4c18f3eadc5a1cd6b253f6395081338ad6ac2457 Mon Sep 17 00:00:00 2001 From: Nathan Probert Date: Sat, 26 Oct 2024 18:54:06 -0400 Subject: [PATCH] revert changes to test file --- tests/unit/test_app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/test_app.py b/tests/unit/test_app.py index e5b2a31..36f714c 100644 --- a/tests/unit/test_app.py +++ b/tests/unit/test_app.py @@ -28,6 +28,7 @@ from unittest.mock import patch, MagicMock import mongomock # NOTE: mongomock doesn't work well with sorting + # A struct class to convert a dictionary to a object # This is useful since MongoDB uses attributes and does not support dictionary keys class Struct: