diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-10-16 18:01:37 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-10-16 18:02:18 +0300 |
commit | 9acf33ecb4efcfa8f537e76552ec290e1b76a51c (patch) | |
tree | 0b977f3b00dbdec025d17e0f9c022573c2adee20 /test/unit/test_gitlab.py | |
parent | examples/cgitize.toml: add comment-headers (diff) | |
download | cgitize-9acf33ecb4efcfa8f537e76552ec290e1b76a51c.tar.gz cgitize-9acf33ecb4efcfa8f537e76552ec290e1b76a51c.zip |
Gitlab -> GitLab
Diffstat (limited to 'test/unit/test_gitlab.py')
-rw-r--r-- | test/unit/test_gitlab.py | 2 |
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') |