Move FakeVersionFormatter to the test sourceSet.

This commit is contained in:
Benoit Marty 2024-01-25 14:36:42 +01:00
parent 30df153a00
commit 502f35787a
2 changed files with 23 additions and 5 deletions

View file

@ -47,8 +47,3 @@ class DefaultVersionFormatter @Inject constructor(
}
}
class FakeVersionFormatter : VersionFormatter {
override fun get(): String {
return "A Version"
}
}