Skip to content

Commit 5d774b7

Browse files
committed
Remove no-op
1 parent 85a233c commit 5d774b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/__tests__/httpClient.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ describe("HTTP Client", function (): void {
130130
"user-agent": (headerValue) => {
131131
expect(headerValue).toBeTruthy();
132132
expect(headerValue).toEqual(expectedUserAgent);
133-
expect;
134133
return true;
135134
}
136135
}

0 commit comments

Comments
 (0)