Skip to content

Commit

Permalink
test(tools): removed only
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Blaginov <[email protected]>
  • Loading branch information
Stefan Blaginov committed Mar 9, 2023
1 parent 0b22ae9 commit 311b272
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ describe('ProtobufVisitor', function () {
});
});

describe.only('visit CTO file', () => {
describe('visit CTO file', () => {
it('should process an APAP protocol CTO file', async () => {
const modelManager = await ModelLoader.loadModelManager(
[path.resolve(__dirname, './data/apapProtocol.cto')]
Expand Down

0 comments on commit 311b272

Please sign in to comment.