added unit tests

This commit is contained in:
Phill Zarfos
2023-09-23 10:41:53 -04:00
parent a7fb5d98b1
commit 9167c20512
3 changed files with 20 additions and 3 deletions

View File

@ -233,7 +233,7 @@ class CodeCommitProvider(GitProvider):
raise NotImplementedError("CodeCommit provider does not support publishing inline comments yet")
def get_title(self):
return self.pr.get("title", "")
return self.pr.title
def get_pr_id(self):
"""