Skip to content

Commit 11ba40c

Browse files
committed
Remove no-op
1 parent 5d774b7 commit 11ba40c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/__tests__/httpClient.spec.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ describe("HTTP Client", function (): void {
124124
"adyen-library-version": (headerValue) => {
125125
expect(headerValue).toBeTruthy();
126126
expect(headerValue).toEqual(expectedLibraryVersion);
127-
expect;
128127
return true;
129128
},
130129
"user-agent": (headerValue) => {
@@ -160,13 +159,11 @@ describe("HTTP Client", function (): void {
160159
"adyen-library-version": (headerValue) => {
161160
expect(headerValue).toBeTruthy();
162161
expect(headerValue).toEqual(expectedLibraryVersion);
163-
expect;
164162
return true;
165163
},
166164
"user-agent": (headerValue) => {
167165
expect(headerValue).toBeTruthy();
168166
expect(headerValue).toEqual(expectedUserAgent);
169-
expect;
170167
return true;
171168
}
172169
}

0 commit comments

Comments
 (0)