mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
fix per review
This commit is contained in:
parent
c4aaede00b
commit
53c0f25e77
1 changed files with 1 additions and 1 deletions
|
@ -355,7 +355,7 @@ def test_register_custom_var_generic():
|
||||||
assert env["MY_SPECIAL_VAR"] == 32
|
assert env["MY_SPECIAL_VAR"] == 32
|
||||||
|
|
||||||
env["MY_SPECIAL_VAR"] = True
|
env["MY_SPECIAL_VAR"] = True
|
||||||
assert env["MY_SPECIAL_VAR"] == True # noqa E712
|
assert env["MY_SPECIAL_VAR"] is True
|
||||||
|
|
||||||
|
|
||||||
def test_register_custom_var_int():
|
def test_register_custom_var_int():
|
||||||
|
|
Loading…
Add table
Reference in a new issue