Skip to content

Commit

Permalink
Rename adapter tests
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya committed Feb 13, 2024
1 parent 7c33ba0 commit 82c65e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { gitHubAdapter } from "../app/GitHubAdapter.js"
* Test inputs are created by getting real data, removing unneeded fields
* and customized to represent the test situations.
*/
describe("TestGitHubAdapters - Model transformations from GitHub API results", function () {
describe("TestGitHubAdapter - Model transformations from GitHub API results", function () {

//Rest API
// - pr assigned, pr reviewer(not assigned), issue
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { gitLabAdapter } from "../app/GitLabAdapter.js"
* Test inputs are created by getting real data, removing unneeded fields
* and customized to represent the test situations.
*/
describe("TestGitLabAdapters - Model transformations from GitLab API results", function () {
describe("TestGitLabAdapter - Model transformations from GitLab API results", function () {

//Rest API, Issues and Merge Requests:
// - pr assigned, pr reviewer(not assigned), issue (type ISSUE/INCIDENT)
Expand Down

0 comments on commit 82c65e3

Please sign in to comment.