Skip to content

Commit 5a9ede8

Browse files
committed
typo
1 parent 2371fb3 commit 5a9ede8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/telemetry/src/next.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import { nextOnRequestError } from './next';
2828
use(sinonChai);
2929
use(chaiAsPromised);
3030

31-
describe('onRequestError', () => {
31+
describe('nextOnRequestError', () => {
3232
let getTelemetryStub: sinon.SinonStub;
3333
let captureErrorStub: sinon.SinonStub;
3434
let fakeApp: FirebaseApp;

0 commit comments

Comments
 (0)