Browse Source

Fix inconsistent indentation

tags/nilmrun-2.0.0
Jim Paris 3 years ago
parent
commit
d332fa1e0f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/test_nilmrun.py

+ 1
- 1
tests/test_nilmrun.py View File

@@ -309,7 +309,7 @@ class TestClient(object):
sys.exit(0) # also test raising SystemExit
""")
with assert_raises(ClientError) as e:
do(code, ["hello", 123], False)
do(code, ["hello", 123], False)
in_("400 Bad Request", str(e.exception))
status = do(code, ["hello", "123"], False)
eq_(status["log"], "hello 123\n")


Loading…
Cancel
Save