Skip to content

Commit fdf68de

Browse files
committed
Fix
1 parent 4a2ff74 commit fdf68de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cardano-node/test/Test/Cardano/Tracing/NewTracing/Consistency.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ goldenTestJSON expectedOutcome goldenFileBaseName prefixFunc =
5353
configPrefix :: FilePath -> IO FilePath
5454
configPrefix projectBase = do
5555
base <- canonicalizePath projectBase
56-
return $ base </> "configuration/cardano"
56+
return $ base </> "configuration/cardano/"
5757

5858
testPrefix :: FilePath -> IO FilePath
5959
testPrefix _ = pure "test/Test/Cardano/Tracing/NewTracing/data/"

0 commit comments

Comments
 (0)