Skip to content

Commit 1386b2d

Browse files
committed
test(xhr-http-handler): cleanups
1 parent f964f7e commit 1386b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/xhr-http-handler/src/xhr-http-handler.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class XhrMock {
1414
public static captures: any[] = [];
1515
public static DONE = 4;
1616

17-
private captureArgs =
17+
protected captureArgs =
1818
(caller: string) =>
1919
(...args: any[]) => {
2020
XhrMock.captures.push([caller, ...args]);

0 commit comments

Comments
 (0)