Skip to content

Commit 3fbbc77

Browse files
committed
fix: 🩹 Use multiple BSP APIs in new test
1 parent d966f18 commit 3fbbc77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/suites/integration/msp/recover-files-from-bsps.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ await describeMspNet(
8686
}
8787
],
8888
mspId: userApi.shConsts.DUMMY_MSP_ID,
89-
bspApi,
89+
bspApis: [bspApi, bspTwoApi, bspThreeApi],
9090
mspApi
9191
});
9292

0 commit comments

Comments
 (0)