Skip to content

Commit

Permalink
Move For Removal to the end in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnatBeresnev committed Apr 28, 2022
1 parent 2b3946e commit e8b12b7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -75,7 +75,7 @@ internal class JavadocDeprecatedTest : AbstractJavadocTemplateMapTest() {

// maybe some other ordering is required by the javadoc spec
// but it has to be deterministic
val expected = "For Removal, Classes, Exceptions, Methods, Constructors, Enums"
val expected = "Classes, Exceptions, Methods, Constructors, Enums, For Removal"
val actual = contents.joinToString(separator = ", ")

assertEquals(expected, actual)
Expand Down

0 comments on commit e8b12b7

Please sign in to comment.