Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeart committed Apr 21, 2022
1 parent ef57a2f commit ce28cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ describe('integration', function () {
.map((e) => e.label)
.sort()
.join(',')
).toBe('b.Bar,b.Foo');
).toBe('b,b.Bar,b.Foo');
});
it('support tag blocks and yiled context', async () => {
const result = await getResult(
Expand Down

0 comments on commit ce28cd6

Please # to comment.