Skip to content

Commit 0eed3eb

Browse files
committed
Nits
1 parent 1dc735d commit 0eed3eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unitTests/OptionObserver/OptionObserver.test.ts renamed to test/unitTests/OptionObserver/OptionProvider.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { vscode, ConfigurationChangeEvent } from "../../../src/vscodeAdapter";
1010
import Disposable from "../../../src/Disposable";
1111
import OptionProvider from '../../../src/observers/OptionProvider';
1212

13-
suite('OptionStream', () => {
13+
suite('OptionProvider', () => {
1414
suiteSetup(() => should());
1515

1616
let vscode: vscode;

0 commit comments

Comments
 (0)