Skip to content

Commit 37dca4d

Browse files
committed
test: correct mypy error in tests
1 parent 5816669 commit 37dca4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/robotcode/robot/config/test_toml.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def test_toml() -> None:
3737
assert config.variables == {"a": 1, "b": "this is a string", "c": [1, 2, "hello World"]}
3838
assert config.listeners == {"MyListener": [], "Abc": ["def", 1]}
3939
assert config.mode == Mode.RPA
40+
assert config.profiles is not None
4041
assert config.profiles["default"].description == "Default profile"
4142
assert config.profiles["default"].args == ["abc"]
4243
assert config.profiles["devel"].listeners == {"AnotherListener": ["default"]}

0 commit comments

Comments
 (0)