We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 546cbcb commit d679332Copy full SHA for d679332
plugins/src/test/kotlin/com/google/firebase/gradle/plugins/MoveUnreleasedChangesTests.kt
@@ -102,7 +102,7 @@ class MoveUnreleasedChangesTests : FunSpec() {
102
val originalEntry = original.releases.first()
103
104
releasedEntry.content.changes shouldContainExactly originalEntry.content.changes
105
- releasedEntry.content.subtext shouldMatch originalEntry.content.subtext
+ releasedEntry.content.subtext shouldBe originalEntry.content.subtext
106
}
107
108
companion object {
0 commit comments