File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
modules/core/src/test/scala/org/scalasteward/core/forge/azurerepos Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ class AzureReposApiAlgTest extends CatsEffectSuite with Http4sDsl[MockEff] {
45
45
:? branchNameMatcher(" main" ) =>
46
46
Ok (""" {
47
47
| "commit": {
48
- | "commitId": "f55c9900528e548511fbba6874c873d44c5d714c"
48
+ | "commitId": "f55c9900528e548511fbba6874c873d44c5d714c"
49
49
| },
50
50
| "name": "main",
51
51
| "aheadCount": 0,
@@ -95,7 +95,7 @@ class AzureReposApiAlgTest extends CatsEffectSuite with Http4sDsl[MockEff] {
95
95
| "isDraft":false,
96
96
| "mergeId":"3ff8afa0-1147-4158-b215-74a0b5a2e162",
97
97
| "reviewers":[
98
- |
98
+ |
99
99
| ],
100
100
| "url":"https://dev.azure.com/azure-org/scala-steward-org/_apis/git/repositories/scala-steward/pullRequests/26",
101
101
| "supportsIterations":true
You can’t perform that action at this time.
0 commit comments