Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jayohms committed Jan 5, 2024
1 parent a071acb commit b66f1fd
Showing 1 changed file with 1 addition and 1 deletion.
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(9)
assertThat(pathConfiguration.rules.size).isEqualTo(10)
}

@Test
Expand Down

0 comments on commit b66f1fd

Please sign in to comment.