1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2024-09-19 21:59:09 -05:00

Fix tests

This commit is contained in:
Mikołaj Pich 2024-05-17 08:04:28 +02:00
parent 4b3b4a21fa
commit 31a7ae6d15
No known key found for this signature in database

View File

@ -41,6 +41,7 @@ class WulkanowySdkFactoryTest {
webkitCookieManagerProxy = mockk(), webkitCookieManagerProxy = mockk(),
studentDb = studentDao, studentDb = studentDao,
wulkanowyRepository = mockk(relaxed = true), wulkanowyRepository = mockk(relaxed = true),
context = mockk(),
) )
) )