We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a2ff74 commit fdf68deCopy full SHA for fdf68de
cardano-node/test/Test/Cardano/Tracing/NewTracing/Consistency.hs
@@ -53,7 +53,7 @@ goldenTestJSON expectedOutcome goldenFileBaseName prefixFunc =
53
configPrefix :: FilePath -> IO FilePath
54
configPrefix projectBase = do
55
base <- canonicalizePath projectBase
56
- return $ base </> "configuration/cardano"
+ return $ base </> "configuration/cardano/"
57
58
testPrefix :: FilePath -> IO FilePath
59
testPrefix _ = pure "test/Test/Cardano/Tracing/NewTracing/data/"
0 commit comments