Skip to content

Commit

Permalink
fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
nohaapav committed Dec 11, 2024
1 parent db49bed commit d73dcbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/xcm-cfg/src/chains/chains.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe('chains config', () => {
.filter((c) => h160AddressSpaceOnly(c))
.map((c) => c.key)
.sort()
).toEqual(['acala-evm', 'darwinia', 'moonbeam', 'mythos'].sort());
).toEqual(['darwinia', 'moonbeam', 'mythos'].sort());
});
it('should match given chains with substrate only address space support', async () => {
expect(
Expand Down

0 comments on commit d73dcbf

Please sign in to comment.