Skip to content

Commit

Permalink
fix test after package rename
Browse files Browse the repository at this point in the history
  • Loading branch information
tledkov committed Apr 9, 2024
1 parent c40f42e commit 489b2f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class ArchitectureTest {


companion object {
private const val BASE_PACKAGE = "ru.yoomoney.tech.dbqueue"
private const val BASE_PACKAGE = "io.github.jopenlibs.dbkqueue"

private fun fullNames(vararg relativeName: String): Array<String> {
return Arrays.stream(relativeName).map { name: String -> BASE_PACKAGE + "." + name }
Expand Down

0 comments on commit 489b2f0

Please sign in to comment.