Skip to content

Commit 6ec3f7c

Browse files
committed
fix unit test
1 parent 5a9f201 commit 6ec3f7c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugins/amazonq/codewhisperer/jetbrains-community/tst/software/aws/toolkits/jetbrains/services/codewhisperer/UserWrittenCodeTrackerTest.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ internal class UserWrittenCodeTrackerTest {
124124
}
125125
assertThat(sut.userWrittenCodeCharacterCount[language]).isEqualTo(newCode.length.toLong())
126126
assertThat(sut.userWrittenCodeLineCount[language]).isEqualTo(1)
127-
ApplicationManager.getApplication().assertReadAccessAllowed()
128127
}
129128

130129
@Test
@@ -139,7 +138,6 @@ internal class UserWrittenCodeTrackerTest {
139138
}
140139
}
141140
assertThat(sut.userWrittenCodeCharacterCount.getOrDefault(CodeWhispererPython.INSTANCE, 0)).isEqualTo(0)
142-
ApplicationManager.getApplication().assertReadAccessAllowed()
143141
}
144142

145143
@Test

0 commit comments

Comments
 (0)