Skip to content

Commit

Permalink
fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
Nithiwat Kampanya committed Jul 10, 2024
1 parent 684bd51 commit c57799d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/unit/dynamodbManagerApply.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -629,8 +629,8 @@ describe('DynamoDbManager.Apply()', function ()
error = e;
}

assert.notInstanceOf(error, VersionError);
assert.equal(error?.message, 'Simulated error');
assert.notInstanceOf(error, VersionError);
assert.isTrue(representationsToUpdateCreatedFromStronglyConsistentRead);
});

Expand Down
2 changes: 1 addition & 1 deletion spec/unit/dynamodbManagerUpdate.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -556,8 +556,8 @@ describe('DynamoDbManager.Update()', function ()
error = e;
}

assert.notInstanceOf(error, VersionError);
assert.equal(error?.message, 'Simulated error');
assert.notInstanceOf(error, VersionError);
assert.isTrue(desiredObjectCreatedFromStronglyConsistentRead);
});

Expand Down

0 comments on commit c57799d

Please sign in to comment.