Skip to content

Commit 9f64bf4

Browse files
committed
fix test
1 parent ab64ba7 commit 9f64bf4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

packages/shuttle/src/shuttle.integration.test.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,18 @@ describe("shuttle", () => {
621621
}),
622622
);
623623
},
624+
getAllLendStorageMessagesByFid: async (
625+
_request: FidRequest,
626+
_metadata: Metadata,
627+
_options: Partial<CallOptions>,
628+
) => {
629+
return ok(
630+
MessagesResponse.create({
631+
messages: [],
632+
nextPageToken: undefined,
633+
}),
634+
);
635+
},
624636
};
625637

626638
// Only include 2 of the 3 messages in the time window

0 commit comments

Comments
 (0)