Skip to content

Commit

Permalink
Update MakeReleaseCommandTest.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
adamfilipow92 authored and mergify-bot committed Feb 10, 2021
1 parent 9336b54 commit d7a0b80
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class MakeReleaseCommandTest {
@Test
fun `Should return successfully run release for snasphot`() {
// given
mockkStatic("flank.scripts.ops.release.hub.ReleaseFlankKt")
mockkStatic("flank.scripts.ops.github.ReleaseFlankKt")
every { releaseFlank(any(), any(), any(), any(), any()) } returns 0

// expect
Expand All @@ -48,7 +48,7 @@ class MakeReleaseCommandTest {
@Test
fun `Should return successfully run release for stable`() {
// given
mockkStatic("flank.scripts.ops.release.hub.ReleaseFlankKt")
mockkStatic("flank.scripts.ops.github.ReleaseFlankKt")
every { releaseFlank(any(), any(), any(), any(), any()) } returns 0

// expect
Expand Down

0 comments on commit d7a0b80

Please sign in to comment.