Skip to content

Commit

Permalink
Small tweak to the test
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer authored Nov 8, 2023
1 parent b5b897c commit 8685677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ test("can pass a custom filter date and receive message objects with expected da
// Show all messages before date in the future
const messages4: DecodedMessage[] = await aliceConversation.messages(
undefined,
initialQueryDate.getTime()
finalQueryDate.getTime()
);

const passingTimestampFieldSuccessful = !messages3.length && messages4.length === 1;
Expand Down

0 comments on commit 8685677

Please sign in to comment.