Skip to content

Commit c744034

Browse files
authored
Remove white status bar ref from test
1 parent 9f6a191 commit c744034

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/unitTests/logging/OmnisharpStatusBarObserver.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ suite('OmnisharpStatusBarObserver', () => {
7878
expect(statusBarItem.text).to.be.equal('$(flame)');
7979
expect(statusBarItem.command).to.equal('o.showOutput');
8080
expect(statusBarItem.tooltip).to.be.equal('OmniSharp server is running');
81-
expect(statusBarItem.color).to.be.equal(StatusBarColors.White);
8281
});
8382

8483
test('OnServerStop: Status bar is hidden and the attributes are set to undefined', () => {

0 commit comments

Comments
 (0)