diff --git a/komga/src/test/kotlin/org/gotson/komga/infrastructure/mediacontainer/epub/NavTest.kt b/komga/src/test/kotlin/org/gotson/komga/infrastructure/mediacontainer/epub/NavTest.kt index 2bd792c16..489165702 100644 --- a/komga/src/test/kotlin/org/gotson/komga/infrastructure/mediacontainer/epub/NavTest.kt +++ b/komga/src/test/kotlin/org/gotson/komga/infrastructure/mediacontainer/epub/NavTest.kt @@ -54,8 +54,8 @@ class NavTest { listOf( EpubTocEntry("Spring", "${prefix}chapter 001.xhtml"), EpubTocEntry("Summer", "${prefix}chapter 027.xhtml"), - EpubTocEntry("Fall", "${prefix}chapter053.xhtml"), - EpubTocEntry("Winter", "${prefix}chapter079.xhtml"), + EpubTocEntry("Fall", "${prefix}chapter053.xhtml#what:why"), + EpubTocEntry("Winter", "${prefix}chapter 079.xhtml"), ), ), EpubTocEntry("Acknowledgments", "${prefix}acknowledgements.xhtml"), diff --git a/komga/src/test/resources/epub/nav.xhtml b/komga/src/test/resources/epub/nav.xhtml index 8120ee8f1..6beafc1cf 100644 --- a/komga/src/test/resources/epub/nav.xhtml +++ b/komga/src/test/resources/epub/nav.xhtml @@ -18,8 +18,8 @@
  1. Spring
  2. Summer
  3. -
  4. Fall
  5. -
  6. Winter
  7. +
  8. Fall
  9. +
  10. Winter
  • Acknowledgments