Skip to content

Commit 40b6013

Browse files
committed
test: update yaml-formatter test to expect version 1.6.3
- Fix test assertion to match current package version - All 1493 tests now passing
1 parent 737d659 commit 40b6013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/output/yaml-formatter.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ describe('YAML Formatter', () => {
789789
const parsed = SimpleYAMLParser.parse(content);
790790
expect(parsed.metadata).toBeDefined();
791791
expect(parsed.overview).toBeDefined();
792-
expect(parsed.metadata.version).toBe('1.6.2');
792+
expect(parsed.metadata.version).toBe('1.6.3');
793793
});
794794
});
795795
});

0 commit comments

Comments
 (0)