Skip to content

Commit

Permalink
Fix link to stdlib Enum.kt (#3757)
Browse files Browse the repository at this point in the history
  • Loading branch information
whyoleg authored Aug 23, 2024
1 parent 5b36ce6 commit 80dd547
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class StdLibDocumentationIntegrationTest {
*/
@Test
fun shouldAssertEnumDocumentationHasNotChanged() {
val sourcesLink = "https://raw.githubusercontent.com/JetBrains/kotlin/master/core/builtins/native/kotlin/Enum.kt"
val sourcesLink = "https://raw.githubusercontent.com/JetBrains/kotlin/master/libraries/stdlib/src/kotlin/Enum.kt"
val sources = URL(sourcesLink).readText()

val expectedValuesDoc =
Expand Down

0 comments on commit 80dd547

Please sign in to comment.