Skip to content

Commit 60f16ce

Browse files
committed
fix: test description
1 parent bfd77a8 commit 60f16ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mcp/tools/simulator-management/__tests__/index.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
2-
* Tests for simulator-environment workflow metadata
2+
* Tests for simulator-management workflow metadata
33
*/
44
import { describe, it, expect } from 'vitest';
55
import { workflow } from '../index.js';
66

7-
describe('simulator-environment workflow metadata', () => {
7+
describe('simulator-management workflow metadata', () => {
88
describe('Workflow Structure', () => {
99
it('should export workflow object with required properties', () => {
1010
expect(workflow).toHaveProperty('name');

0 commit comments

Comments
 (0)