Skip to content

Commit e980909

Browse files
authored
Update OfflineAmazonQInlineCompletionTest.kt
1 parent dbee8c4 commit e980909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui-tests-starter/tst/OfflineAmazonQInlineCompletionTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class OfflineAmazonQInlineCompletionTest {
110110
}.runIdeWithDriver()
111111
.useDriverAndCloseIde {
112112
waitForProjectOpen()
113-
openFile("Empty.java")
113+
openFile("Example.java")
114114
ui.keyboard {
115115
// left meta + c
116116
repeat(5) { hotKey(18, 67) }

0 commit comments

Comments
 (0)