summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomi Richards <thomi.richards@canonical.com>2012-01-26 12:40:13 +1300
committerThomi Richards <thomi.richards@canonical.com>2012-01-26 12:40:13 +1300
commit4e1b55708ddda6850ff8680312034093e6ff6190 (patch)
treef0df09feb3ae0148b79006adda70f0a8aa61c491
parent4bc640b4c3eddd14770eb3a3cb2e6f6c75ed058d (diff)
downloadtestresources-git-4e1b55708ddda6850ff8680312034093e6ff6190.tar.gz
Fixed typo in README.
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index a5ffdde..9216184 100644
--- a/README
+++ b/README
@@ -84,7 +84,7 @@ resource during tearDown().
For example::
- class TestLog(testresources.TestCase):
+ class TestLog(testresources.ResourcedTestCase):
resources = [('branch', BzrPopulatedBranch())]