Skip to content

Commit

Permalink
Update __tests__/integration/client-last-txn-tracking.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
cleve-fauna authored Aug 29, 2023
1 parent 49c1c0a commit cd091dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/integration/client-last-txn-tracking.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ describe("last_txn_ts tracking in client", () => {
myClient.close();
});

it("Ingores overrides of the lastTxnTs that are less than the current value or undefined", async () => {
it("Ignores overrides of the lastTxnTs that are less than the current value or undefined", async () => {
let expectedLastTxn: number;

const myClient = getClient({
Expand Down

0 comments on commit cd091dc

Please sign in to comment.