Skip to content

Commit

Permalink
Fix incorrect golden path failing
Browse files Browse the repository at this point in the history
  • Loading branch information
klarkc committed Apr 23, 2024
1 parent c1abf19 commit e0df592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/test/unit/Ogmios/Data/JsonSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ spec = do
fail "successfully decoded an invalid payload (as Conway Utxo)?"

specify "Golden: Script_Native_0.json" $ do
json <- decodeFileThrow "Script_native_0.json"
json <- decodeFileThrow "Script_Native_0.json"
case traverse @[] (Json.parse (decodeScript @(BabbageEra StandardCrypto))) json of
Json.Error e ->
fail (show e)
Expand Down

0 comments on commit e0df592

Please sign in to comment.