Skip to content

Commit 7ff4afe

Browse files
committed
fix: remove assertion for Store as its no longer served by the SDK
1 parent 473be79 commit 7ff4afe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

integration-tests/node/assertions.cjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ const runTests = (describe, test, assert, SDK) => {
5353
// ?? should be in Castor
5454
assert("PeerDID" in SDK);
5555
assert("PeerDIDService" in SDK);
56-
57-
// ?? should be in Pluto
58-
assert("Store" in SDK);
5956
});
6057

6158
describe("Modules", () => {

0 commit comments

Comments
 (0)