From 163193feed37242f80e6b60fc261067a197b3176 Mon Sep 17 00:00:00 2001 From: gmegh Date: Wed, 16 Oct 2024 10:46:25 -0700 Subject: [PATCH] Update unit test --- tests/test_maintel_apply_dof.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_maintel_apply_dof.py b/tests/test_maintel_apply_dof.py index 67a83f5d2..cec7c05f1 100644 --- a/tests/test_maintel_apply_dof.py +++ b/tests/test_maintel_apply_dof.py @@ -82,7 +82,7 @@ async def test_configure_with_dofs_vector(self) -> None: await self.configure_script(**config_dofs) - assert all(self.script.dofs == dofs) + assert self.script.dofs == dofs async def test_run(self) -> None: # Start the test itself