Skip to content

Commit

Permalink
Fix tests, since the configuration file was updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jayohms committed Jul 21, 2021
1 parent 3761c50 commit a5cf43e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class TurboPathConfigurationRepositoryTest : BaseRepositoryTest() {
assertThat(json).isNotNull()

val config = load(json)
assertThat(config?.rules?.size).isEqualTo(7)
assertThat(config?.rules?.size).isEqualTo(8)
}

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class TurboPathConfigurationTest : BaseRepositoryTest() {

@Test
fun assetConfigurationIsLoaded() {
assertThat(pathConfiguration.rules.size).isEqualTo(7)
assertThat(pathConfiguration.rules.size).isEqualTo(8)
}

@Test
Expand Down

0 comments on commit a5cf43e

Please sign in to comment.