Mercurial > libervia-backend
diff tests/unit/conftest.py @ 4285:f1d0cde61af7
tests (unit): fix tests + black reformatting.
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 14 Jul 2024 17:42:53 +0200 |
parents | 0fbe5c605eb6 |
children |
line wrap: on
line diff
--- a/tests/unit/conftest.py Sun Jul 14 16:47:45 2024 +0200 +++ b/tests/unit/conftest.py Sun Jul 14 17:42:53 2024 +0200 @@ -48,7 +48,7 @@ self._test_config = {} self.profiles = {} self.plugins = {} - # map for short name to whole namespace, + # map for short name to whole namespace, # extended by plugins with register_namespace self.ns_map = { "x-data": xmpp.NS_X_DATA,