Skip to content

Commit

Permalink
Merge pull request #21218 from wordpress-mobile/issue/fluxc-a77c116b8…
Browse files Browse the repository at this point in the history
…bd00247c8c0551b4497629ff84ca023

Update FluxC Hash
  • Loading branch information
nbradbury authored Sep 16, 2024
2 parents ac5ec63 + 26755f3 commit afc5fb2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ import kotlinx.coroutines.ExperimentalCoroutinesApi
import org.assertj.core.api.Assertions.assertThat
import org.junit.Before
import org.junit.Test
import org.junit.runner.RunWith
import org.mockito.Mock
import org.mockito.junit.MockitoJUnitRunner
import org.mockito.kotlin.mock
import org.mockito.kotlin.whenever
import org.wordpress.android.BaseUnitTest
Expand All @@ -17,7 +15,6 @@ import org.wordpress.android.ui.stats.refresh.utils.StatsUtils
import org.wordpress.android.ui.utils.UiString

@ExperimentalCoroutinesApi
@RunWith(MockitoJUnitRunner::class)
class CampaignListingUIModelMapperTest : BaseUnitTest() {
@Mock
lateinit var statsUtils: StatsUtils
Expand All @@ -41,6 +38,7 @@ class CampaignListingUIModelMapperTest : BaseUnitTest() {
targetUrn = null,
totalBudget = 1.0,
spentBudget = 0.0,
isEndlessCampaign = false,
)

@Test
Expand Down Expand Up @@ -71,6 +69,7 @@ class CampaignListingUIModelMapperTest : BaseUnitTest() {
targetUrn = null,
totalBudget = 0.0,
spentBudget = 0.0,
isEndlessCampaign = false,
)

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ val campaign = BlazeCampaignModel(
targetUrn = null,
totalBudget = 0.0,
spentBudget = 0.0,
isEndlessCampaign = false,
)

val onCreateCampaignClick = { }
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ext {
automatticTracksVersion = '5.1.0'
gutenbergMobileVersion = 'v1.121.0'
wordPressAztecVersion = 'v2.1.4'
wordPressFluxCVersion = 'trunk-94d25d35fb4bf58a2e90741a6a5d56b8c6c3ce42'
wordPressFluxCVersion = 'trunk-a77c116b8bd00247c8c0551b4497629ff84ca023'
wordPressLoginVersion = '1.16.0'
wordPressPersistentEditTextVersion = '1.0.2'
wordPressRsVersion = 'trunk-50f703a7f677084157d02f05d4d477d7eaf960b1'
Expand Down

0 comments on commit afc5fb2

Please sign in to comment.