Skip to content

Commit 5f58015

Browse files
committed
fix(588): Making non-conflicting change while receiving updates causes an error
1 parent 8590a5d commit 5f58015

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/engine/test/integration/partition.ordering.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ afterEach(async () => {
3131
});
3232

3333
describe("Partition load ordering and inactive resource handling", () => {
34-
xit("handles out-of-order new property creation for an immaterial ghost", async () => {
34+
it("handles out-of-order new property creation for an immaterial ghost", async () => {
3535
// The test is a bit broken with "no events found when connecting":
3636
// this is not a bug of the payload source, but of arrangement of
3737
// this test.

packages/prophet/FalseProphet/FalseProphetDiscourse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export default class FalseProphetDiscourse extends Discourse {
146146
}
147147

148148
rejectHeresy (hereticEvent: EventBase, purgedCorpus: Corpus, revisedEvents: EventBase[]) {
149-
return this._follower.rejectHerecy(hereticEvent, purgedCorpus, revisedEvents);
149+
return this._follower.rejectHeresy(hereticEvent, purgedCorpus, revisedEvents);
150150
}
151151

152152
assignNewResourceId (targetAction: EventBase, partitionURI: string, explicitRawId?: string) {

0 commit comments

Comments
 (0)