Skip to content

Commit

Permalink
missed a file?
Browse files Browse the repository at this point in the history
  • Loading branch information
Berlioz committed Dec 17, 2024
1 parent 251fe2f commit c4938cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/cloudevent/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

import { expect } from 'chai';

import { alerts, storage } from 'firebase-functions';
import { alerts, storage } from 'firebase-functions/v2';
import { generateMockCloudEvent } from '../../src/cloudevent/generate';

describe('generate (CloudEvent)', () => {
Expand Down

0 comments on commit c4938cd

Please sign in to comment.