Running CI via GitHub actions #6
gradle-test.yml
on: pull_request
build-and-test
2m 23s
Annotations
2 errors
NotificationStoreRealTimeTests.test_notifyReadAllNotification_withDefaultStorePredicate_shouldRefresh():
sdk/src/test/java/com/magicbell/sdk/feature/store/NotificationStoreRealTimeTests.kt#L413
java.lang.AssertionError: Verification failed: call 1 of 1: FetchStorePageInteractor(#273).invoke(any(), any(), any(), any())). One matching call found, but needs at least 2 and at most 2 calls
Call: FetchStorePageInteractor(#273).invoke(StorePredicate(read=null, seen=null, archived=false, categories=[], topics=[]), com.magicbell.sdk.common.network.graphql.CursorPredicate@2b936b04, com.magicbell.sdk.common.query.UserQuery@32b112a1, continuation {})
Stack trace:
io.mockk.impl.InternalPlatform.captureStackTrace (InternalPlatform.kt:124)
io.mockk.impl.stub.MockKStub.handleInvocation (MockKStub.kt:250)
io.mockk.impl.instantiation.JvmMockFactoryHelper$mockHandler$1.invocation (JvmMockFactoryHelper.kt:23)
io.mockk.proxy.jvm.advice.Interceptor.call (Interceptor.kt:21)
io.mockk.proxy.jvm.advice.BaseAdvice.handle (BaseAdvice.kt:42)
io.mockk.proxy.jvm.advice.jvm.JvmMockKProxyInterceptor.interceptNoSuper (JvmMockKProxyInterceptor.java:45)
com.magicbell.sdk.feature.store.interactor.FetchStorePageInteractor$Subclass0.invoke (-:-1)
com.magicbell.sdk.feature.store.NotificationStore$fetch$2$1.invokeSuspend (NotificationStore.kt:363)
kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith (ContinuationImpl.kt:33)
kotlinx.coroutines.DispatchedTask.run (DispatchedTask.kt:106)
java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1136)
java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:635)
java.lang.Thread.run (Thread.java:840)
|
build-and-test
Process completed with exit code 1.
|