Skip to content

Commit

Permalink
Remove unused test factory
Browse files Browse the repository at this point in the history
  • Loading branch information
TSampley committed Mar 11, 2024
1 parent c4962bf commit 45999ec
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,6 @@ data class DonationParams(
}
}

interface RepoFactory {
fun createRepo(): CollectionRepository
}

class TestRepoFactory: RepoFactory {
override fun createRepo(): CollectionRepository {
return TestCollectionRepository()
}
}

/**
*
*/
Expand Down

0 comments on commit 45999ec

Please sign in to comment.