Skip to content

Commit

Permalink
Update ReportManagerTest.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
adamfilipow92 committed Sep 8, 2020
1 parent a02424c commit 61bd140
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package ftl.reports.utils
import com.google.common.truth.Truth.assertThat
import ftl.args.AndroidArgs
import ftl.gc.GcStorage
import ftl.json.validate
import ftl.reports.CostReport
import ftl.reports.FullJUnitReport
import ftl.reports.JUnitReport
Expand Down Expand Up @@ -52,6 +53,7 @@ class ReportManagerTest {
every { mockArgs.smartFlankGcsPath } returns ""
every { mockArgs.useLegacyJUnitResult } returns true
ReportManager.generate(matrix, mockArgs, emptyList())
matrix.validate()
}

@Test
Expand Down

0 comments on commit 61bd140

Please sign in to comment.