From 8fd81d577568517c12e23512dda43a7aecd1883a Mon Sep 17 00:00:00 2001 From: kongr45gpen Date: Thu, 21 Jan 2016 18:41:55 +0200 Subject: Show repo owner if the repo is a fork --- test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test.py') diff --git a/test.py b/test.py index be5d8cb..7a103ea 100644 --- a/test.py +++ b/test.py @@ -59,8 +59,8 @@ class GithubTestCase(ExpectationPluginTestCase): self.sendRequest('wiki-new-page') self.describe('first message', - it().should.contain('kongr45gpen'), - it().should.contain('modified 1 wiki page'), + it().should.contain('kongr45gpen/supybot-github'), + it().should.contain('kongr45gpen modified 1 wiki page'), it().should.contain('https://github.com/kongr45gpen/supybot-github/wiki/_compare/9941c1a1bb1b2db99ad9aabf10c8f946d808e634') ) -- cgit v1.2.3