Skip to content

Commit 16b2727

Browse files
committed
fix: fix tests
1 parent 2d3090e commit 16b2727

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

projects/lib/services/resource/resource.service.spec.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -341,10 +341,7 @@ describe('ResourceService', () => {
341341
expect(mockApollo.subscribe).toHaveBeenCalledWith({
342342
query: expect.anything(),
343343
variables: {
344-
namespace: {
345-
type: 'String',
346-
value: namespacedNodeContext.namespaceId,
347-
},
344+
namespace: namespacedNodeContext.namespaceId,
348345
},
349346
});
350347
done();
@@ -649,7 +646,6 @@ describe('ResourceService', () => {
649646
});
650647
});
651648

652-
653649
describe('readAccountInfo', () => {
654650
it('should read account info', (done) => {
655651
const ca = 'cert-data';

0 commit comments

Comments
 (0)