Skip to content

Commit

Permalink
corrected error in naming a test class
Browse files Browse the repository at this point in the history
  • Loading branch information
jspaaks committed Oct 1, 2019
1 parent 78f72fa commit 721014c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion livetest/citation_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def test_retrieval_via_sha(self):
self.assertEqual(expected_cffstr, actual_cffstr)


class CitationTestUrlHasOrgRepoOrgRepoTreeTag(unittest.TestCase):
class CitationTestUrlHasOrgRepoTreeTag(unittest.TestCase):

def test_retrieval_via_tag(self):
# https://github.com/<org>/<repo>/tree/<tagname>
Expand Down

0 comments on commit 721014c

Please sign in to comment.