mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 19:03:07 +02:00
Tests: Code cleanup
This commit is contained in:
parent
6a0960174f
commit
264fd264e9
1 changed files with 1 additions and 2 deletions
|
@ -206,8 +206,7 @@ class TestUdaNumeric(TestBaseUda):
|
|||
"""Add tasks with an invalid UDA numeric"""
|
||||
code, out, err = self.t.runError("add bad extra:bad_numeric")
|
||||
self.assertNotIn("Created task", out)
|
||||
self.assertIn("The value 'bad_numeric' is not a valid numeric value",
|
||||
err)
|
||||
self.assertIn("The value 'bad_numeric' is not a valid numeric value", err)
|
||||
|
||||
|
||||
class TestUdaString(TestBaseUda):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue