File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,6 @@ describe("HTTP Client", function (): void {
124
124
"adyen-library-version" : ( headerValue ) => {
125
125
expect ( headerValue ) . toBeTruthy ( ) ;
126
126
expect ( headerValue ) . toEqual ( expectedLibraryVersion ) ;
127
- expect ;
128
127
return true ;
129
128
} ,
130
129
"user-agent" : ( headerValue ) => {
@@ -160,13 +159,11 @@ describe("HTTP Client", function (): void {
160
159
"adyen-library-version" : ( headerValue ) => {
161
160
expect ( headerValue ) . toBeTruthy ( ) ;
162
161
expect ( headerValue ) . toEqual ( expectedLibraryVersion ) ;
163
- expect ;
164
162
return true ;
165
163
} ,
166
164
"user-agent" : ( headerValue ) => {
167
165
expect ( headerValue ) . toBeTruthy ( ) ;
168
166
expect ( headerValue ) . toEqual ( expectedUserAgent ) ;
169
- expect ;
170
167
return true ;
171
168
}
172
169
}
You can’t perform that action at this time.
0 commit comments