Skip to content

Commit

Permalink
Update packages/datastore/__tests__/helpers/UpdateSequenceHarness.ts
Browse files Browse the repository at this point in the history
Co-authored-by: David McAfee <mcafd@amazon.com>
  • Loading branch information
stocaaro and david-mcafee committed Jan 3, 2024
1 parent 876181e commit 354ab21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ export class UpdateSequenceHarness {
const original = await this.datastoreFake.DataStore.save(
new this.datastoreFake.Post(args)
);
// We set this to `false` when we want to test updating a record that is still in the outbox.
// We set this to `false` when we want to test updating a record that is still in the outbox.
if (settleOutbox) {
await this.outboxSettled();
}
Expand Down

0 comments on commit 354ab21

Please sign in to comment.