Skip to content

Commit 5e3fd96

Browse files
jlahodafwcd
andauthored
Applying suggested change to fix spelling error.
Co-Authored-By: FW <[email protected]>
1 parent c1f4a1d commit 5e3fd96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/test/kotlin/org/javacs/kt/LintTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class LintTest : SingleFileTestFixture("lint", "LintErrors.kt") {
3131
assertThat(languageServer.textDocumentService.lintCount, lessThan(5))
3232
}
3333

34-
@Test fun `lintting should not be dropped if another lintting is running`() {
34+
@Test fun `linting should not be dropped if another linting is running`() {
3535
var callbackCount = 0;
3636
languageServer.textDocumentService.debounceLint.waitForPendingTask()
3737
languageServer.textDocumentService.setTestLintRecompilationCallback({

0 commit comments

Comments
 (0)