Skip to content

Commit

Permalink
test(pub): Remove an unnecessary code comment
Browse files Browse the repository at this point in the history
The comment does not help much. Remove it to prepare for an upcoming
change.

Signed-off-by: Frank Viernau <frank_viernau@epam.com>
  • Loading branch information
fviernau committed Aug 30, 2024
1 parent b3e173a commit ed29629
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class PubCacheReaderTest : WordSpec({
}
""".trimIndent()
),
ABSOLUTE_PATH // not used
ABSOLUTE_PATH
) shouldBe gitPackageCacheDir
}

Expand All @@ -87,7 +87,7 @@ class PubCacheReaderTest : WordSpec({
}
""".trimIndent()
),
ABSOLUTE_PATH // not used
ABSOLUTE_PATH
) shouldBe gitPackageWithPathCacheDir
}

Expand All @@ -106,7 +106,7 @@ class PubCacheReaderTest : WordSpec({
}
""".trimIndent()
),
ABSOLUTE_PATH // not used
ABSOLUTE_PATH
) shouldBe hostedPackageCacheDir
}

Expand Down

0 comments on commit ed29629

Please sign in to comment.