Skip to content

Commit 1ed122d

Browse files
committed
chore: protocol test
1 parent 24f954f commit 1ed122d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

use-fireproof/fp-cloud-connector/page-fpcc-protocol.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ describe("FPCC Protocol", () => {
7373
tid: "tid-test-app-1",
7474
appId: "test-app-1",
7575
});
76-
expect(fpccEvtApp).toEqual({
76+
expect(fpccEvtApp.Ok()).toEqual({
7777
tid: "tid-test-app-1",
7878
type: "FPCCEvtApp",
7979
src: "fp-cloud-connector",

0 commit comments

Comments
 (0)