aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-10-16 18:01:37 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-10-16 18:02:18 +0300
commit9acf33ecb4efcfa8f537e76552ec290e1b76a51c (patch)
tree0b977f3b00dbdec025d17e0f9c022573c2adee20 /test
parentexamples/cgitize.toml: add comment-headers (diff)
downloadcgitize-9acf33ecb4efcfa8f537e76552ec290e1b76a51c.tar.gz
cgitize-9acf33ecb4efcfa8f537e76552ec290e1b76a51c.zip
Gitlab -> GitLab
Diffstat (limited to 'test')
-rw-r--r--test/unit/test_gitlab.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/test_gitlab.py b/test/unit/test_gitlab.py
index 2c2f815..d37c06c 100644
--- a/test/unit/test_gitlab.py
+++ b/test/unit/test_gitlab.py
@@ -9,7 +9,7 @@ from gitlab import Gitlab
from gitlab.exceptions import GitlabGetError
-class GitlabTests(unittest.TestCase):
+class GitLabTests(unittest.TestCase):
def setUp(self):
self.gitlab = Gitlab('https://gitlab.com')