mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-17 01:46:07 +00:00
test: format test suite
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
Tests cover:
|
||||
- _to_i18n_name() static method
|
||||
"""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from importlib import import_module
|
||||
@@ -60,4 +61,4 @@ class TestToI18nName:
|
||||
kbmgr = get_kbmgr_module()
|
||||
input_dict = {'en_US': 'English', 'extra_key': 'extra_value'}
|
||||
result = kbmgr.RAGManager._to_i18n_name(input_dict)
|
||||
assert result == {'en_US': 'English', 'extra_key': 'extra_value'}
|
||||
assert result == {'en_US': 'English', 'extra_key': 'extra_value'}
|
||||
|
||||
Reference in New Issue
Block a user