Skip to content

Commit 87f84c2

Browse files
committed
Update tests
1 parent 1429f81 commit 87f84c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/functions/src/callable.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import { expect } from 'chai';
1818
import * as sinon from 'sinon';
1919
import { FirebaseApp } from '@firebase/app';
20-
import { FunctionsErrorCode } from './public-types';
20+
import { FunctionsErrorCodeCore } from './public-types';
2121
import {
2222
Provider,
2323
ComponentContainer,
@@ -44,7 +44,7 @@ export const TEST_PROJECT = require('../../../config/project.json');
4444
// https://github.com/chaijs/chai/issues/608
4545
async function expectError(
4646
promise: Promise<any>,
47-
code: FunctionsErrorCode,
47+
code: FunctionsErrorCodeCore,
4848
message: string,
4949
details?: any
5050
): Promise<void> {

0 commit comments

Comments
 (0)