Skip to content

Commit e0fbf36

Browse files
author
Benjamin Pasero
committed
fix tests
1 parent 6c35ec8 commit e0fbf36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/parts/debug/test/common/debugSource.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ suite('Debug - Source', () => {
1717
presentationHint: 'emphasize'
1818
});
1919

20-
assert.equal(source.presentationHint, 'label');
20+
assert.equal(source.presentationHint, 'emphasize');
2121
assert.equal(source.name, 'zz');
2222
assert.equal(source.inMemory, false);
2323
assert.equal(source.reference, 0);

0 commit comments

Comments
 (0)