Skip to content

Commit b2acc2e

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

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 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', () => {
@@ -40,9 +39,4 @@ describe('Testing of RegisterReceiveOperations component', () => {
4039
expect(actual).toBe('');
4140
});
4241

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-
});
4842
});

0 commit comments

Comments
 (0)