Opening a git repo inside a fixture

Hey, Im trying to do unit testing to my intellij plugin that handles a git repo.
I tried to search online and inside some source codes of other plugins and I could not find how to initialize a fixture project with a git repo so that
GitRepositoryManager.getInstance(myFixture!!.project).repositories will not return 0

Hi! You can use GitTestUtilKt#createRepository