mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
[git] refresh vfs after creating repository files
GitOrigin-RevId: 3d11a500b75047a062da503b3a8c4dab9fc41154
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ffd1e0f1f5
commit
7e4b8451fe
@@ -35,6 +35,7 @@ class GitIndexStatusTest : GitPlatformTest() {
|
||||
for (file in repositoryFiles) {
|
||||
Executor.touch(file.relativePath().system(), RandomStringUtils.random(200))
|
||||
}
|
||||
refresh()
|
||||
git("add .")
|
||||
git("commit -m initial")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user