~jan0sch/smederee
Showing details for patch 267727e5ea49ae5cca8a554bc79a30a037cf1a6a.
diff -rN -u old-smederee/modules/hub/src/test/scala/de/smederee/hub/TestAuthenticationRepository.scala new-smederee/modules/hub/src/test/scala/de/smederee/hub/TestAuthenticationRepository.scala --- old-smederee/modules/hub/src/test/scala/de/smederee/hub/TestAuthenticationRepository.scala 2025-02-01 06:56:06.760716821 +0000 +++ new-smederee/modules/hub/src/test/scala/de/smederee/hub/TestAuthenticationRepository.scala 2025-02-01 06:56:06.760716821 +0000 @@ -32,6 +32,7 @@ * @tparam F * A higher kinded type which wraps the actual return values. */ +@SuppressWarnings(Array("DisableSyntax.var")) class TestAuthenticationRepository[F[_]: Sync](accounts: List[Account], sessions: List[Session]) extends AuthenticationRepository[F] { val DefaultPassword = "My voice is my passport. Verify me."