Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
noonio committed Nov 7, 2024
1 parent 2815b97 commit c1080d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydra-explorer/test/Hydra/ExplorerSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ apiServerSpec = do
Wai.get "tick"
`shouldRespondWith` matchingJSONSchema componentSchemas tickSchema
where
webServer = httpApp nullTracer getRandomExplorerState
webServer = httpApp nullTracer "static" getRandomExplorerState

getRandomExplorerState = generate arbitrary

Expand Down

0 comments on commit c1080d2

Please sign in to comment.