File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ public function testCreateRepository(): void
32
32
33
33
$ input = new CreateRepositoryInput ([
34
34
'repositoryName ' => 'change me ' ,
35
-
36
35
]);
37
36
$ result = $ client ->createRepository ($ input );
38
37
@@ -72,7 +71,6 @@ public function testGetBranch(): void
72
71
$ client = new CodeCommitClient ([], new NullProvider (), new MockHttpClient ());
73
72
74
73
$ input = new GetBranchInput ([
75
-
76
74
]);
77
75
$ result = $ client ->getBranch ($ input );
78
76
@@ -102,7 +100,6 @@ public function testGetDifferences(): void
102
100
'repositoryName ' => 'my-super-code-repository ' ,
103
101
104
102
'afterCommitSpecifier ' => 'change me ' ,
105
-
106
103
]);
107
104
$ result = $ client ->getDifferences ($ input );
108
105
@@ -115,7 +112,6 @@ public function testListRepositories(): void
115
112
$ client = new CodeCommitClient ([], new NullProvider (), new MockHttpClient ());
116
113
117
114
$ input = new ListRepositoriesInput ([
118
-
119
115
]);
120
116
$ result = $ client ->listRepositories ($ input );
121
117
You can’t perform that action at this time.
0 commit comments