From c14f40fccbf6dd04e1401b1cd8eee574c0509196 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Thu, 3 Nov 2022 17:49:18 +0100 Subject: [PATCH] add test --- tests/test_snapshot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_snapshot.py b/tests/test_snapshot.py index fc754ad9..2231ed08 100644 --- a/tests/test_snapshot.py +++ b/tests/test_snapshot.py @@ -1403,4 +1403,4 @@ def test_bug_4028_components(user: UserClient): # import pdb; pdb.set_trace() assert '' not in [c.phid() for c in components1] - assert '' not in [c.phid() for c in components2] \ No newline at end of file + assert '' not in [c.phid() for c in components2]