fixed issue Merging two ways corrupts step_count #10492 #10633
Annotations
7 errors
|
Run npm run test:
test/spec/actions/join.js#L270
AssertionError: expected undefined to equal 'conflicting_tags'
- Expected:
"conflicting_tags"
+ Received:
undefined
❯ test/spec/actions/join.js:270:66
❯ test/spec_helpers.mts:30:73
|
Run npm run test:
test/spec/actions/join.js#L402
AssertionError: expected { 'lanes:backward': '4' } to deeply equal { 'lanes:backward': 2 }
- Expected
+ Received
Object {
- "lanes:backward": 2,
+ "lanes:backward": "4",
}
❯ test/spec/actions/join.js:402:43
❯ test/spec_helpers.mts:30:73
|
Run npm run test:
test/spec/actions/join.js#L518
AssertionError: expected { a: 'a', b: '-;=;=', c: 'c', …(2) } to deeply equal { a: 'a', b: '-;=', c: 'c', …(2) }
- Expected
+ Received
Object {
"a": "a",
- "b": "-;=",
+ "b": "-;=;=",
"c": "c",
"d": "d",
"e": "e",
}
❯ test/spec/actions/join.js:518:43
❯ test/spec_helpers.mts:30:73
|
Run npm run test:
test/spec/osm/entity.js#L160
AssertionError: expected { a: 'a;b;b' } to deeply equal { a: 'a;b' }
- Expected
+ Received
Object {
- "a": "a;b",
+ "a": "a;b;b",
}
❯ test/spec/osm/entity.js:160:49
❯ test/spec_helpers.mts:30:73
|
Run npm run test:
test/spec/osm/entity.js#L168
AssertionError: expected { a: 'a; b;b' } to deeply equal { a: 'a;b' }
- Expected
+ Received
Object {
- "a": "a;b",
+ "a": "a; b;b",
}
❯ test/spec/osm/entity.js:168:49
❯ test/spec_helpers.mts:30:73
|
Run npm run test
The operation was canceled.
|
Loading