Skip to content

Commit 3707195

Browse files
committed
fix join test
1 parent 948e3d1 commit 3707195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/proposal-join.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ describe('Join', () => {
3535
const joins = await arc
3636
.plugins({where: {name: 'Join'}}).pipe(first()).toPromise()
3737

38-
const join = joins[0] as Join
38+
const join = joins[1] as Join
3939
const joinState = await join.fetchState()
4040

4141
expect(joinState.pluginParams).toMatchObject({

0 commit comments

Comments
 (0)