Skip to content

Commit ff32ed7

Browse files
committed
remove unwanted tests
1 parent 33e9b9b commit ff32ed7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

packages/templates/clients/websocket/python/test/components/RegisterReceiveOperations.test.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ describe('Testing of RegisterReceiveOperations component', () => {
1212
beforeAll(async () => {
1313
const parseResult = await fromFile(parser, asyncapiWebsocketQuery).parse();
1414
parsedAsyncAPIDocument = parseResult.document;
15-
expect(parsedAsyncAPIDocument).toBeDefined();
1615
});
1716

1817
test('render RegisterReceiveOperations component with receive operations', () => {
@@ -39,10 +38,4 @@ describe('Testing of RegisterReceiveOperations component', () => {
3938
const actual = result.trim();
4039
expect(actual).toBe('');
4140
});
42-
43-
test('renders nothing when receiveOperations is undefined', () => {
44-
const result = render(<RegisterReceiveOperations receiveOperations={undefined} />);
45-
const actual = result.trim();
46-
expect(actual).toBe('');
47-
});
4841
});

0 commit comments

Comments
 (0)