We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f0557 commit 6808161Copy full SHA for 6808161
test/Spec/BotPlutusInterface/Config.hs
@@ -48,7 +48,7 @@ tests =
48
, testCase
49
"PABConfig example serialize/deserialize (without pcProtocolParams)"
50
( serializeDeserialize pabConfigExample
51
- @?= Right pabConfigExample{pcProtocolParams = def}
+ @?= Right pabConfigExample {pcProtocolParams = def}
52
)
53
54
@@ -178,7 +178,7 @@ pabConfigExample =
178
, pcProtocolParamsFile = "./protocol.json3"
179
, pcLogLevel = Debug
180
, pcOwnPubKeyHash = "0f45aaf1b2959db6e5ff94dbb1f823bf257680c3c723ac2d49f97546"
181
- , pcForceBudget = Just (1000,1000)
+ , pcForceBudget = Just (1000, 1000)
182
, pcPort = 1021
183
, pcEnableTxEndpoint = True
184
}
0 commit comments