Skip to content

Commit

Permalink
Update ArgsHelperTest.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
bootstraponline committed Jan 24, 2019
1 parent 83ff800 commit c311bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_runner/src/test/kotlin/ftl/args/ArgsHelperTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class ArgsHelperTest {
fun mergeYmlMaps_succeeds() {
val merged = mergeYmlMaps(GcloudYml, IosGcloudYml)
assertThat(merged.keys.size).isEqualTo(1)
assertThat(merged["gcloud"]?.size).isEqualTo(13)
assertThat(merged["gcloud"]?.size).isEqualTo(12)
}

@Test
Expand Down

0 comments on commit c311bff

Please sign in to comment.