summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Nitrate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Nitrate.py b/Nitrate.py
index 4581e80..942264e 100644
--- a/Nitrate.py
+++ b/Nitrate.py
@@ -1802,7 +1802,7 @@ class RunTags(Container):
testrun.tags.add("TestTag")
testrun.update()
testrun = TestRun(self.testrun.id)
- self.assertTrue("TestTag" not in testrun.tags)
+ self.assertTrue("TestTag" in testrun.tags)
def testTagging3(self):
""" Untagging a test run """