Skip to content

Commit

Permalink
Update GenerateBomReleaseNotesTests.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
daymxn committed Feb 6, 2025
1 parent 3f31ab7 commit a451c99
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,13 @@ class GenerateBomReleaseNotesTests : FunSpec() {
groupId = "com.google.firebase",
artifactId = "firebase-auth",
version = "10.0.0",
)
),
)
val bom = makeBom("1.0.0", dependencies)
val file = makeReleaseNotes(bom, bom)

file.readText().trim() shouldBeText
"""
"""
### {{firebase_bom_long}} ({{bill_of_materials}}) version 1.0.0 {: #bom_v1-0-0}
{% comment %}
These library versions must be flat-typed, do not use variables.
Expand Down Expand Up @@ -149,7 +149,7 @@ class GenerateBomReleaseNotesTests : FunSpec() {
</table>
</section>
"""
.trimIndent()
.trimIndent()
}

@Test
Expand Down

0 comments on commit a451c99

Please sign in to comment.