Skip to content

Commit

Permalink
test(pub): Add a () to a test case name
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Viernau <frank_viernau@epam.com>
  • Loading branch information
fviernau committed Aug 30, 2024
1 parent bc98102 commit b0ae065
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class PubCacheReaderTest : WordSpec({
hostedPackageCacheDir.safeMkdirs()
}

"findProjectRoot" should {
"findProjectRoot()" should {
"resolve the path of a Git dependency without path" {
reader.findProjectRoot(
jsonMapper.readTree(
Expand Down

0 comments on commit b0ae065

Please sign in to comment.