Skip to content

Commit

Permalink
Fix hash expected output
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanCacqueray committed Jan 7, 2025
1 parent 7532e91 commit 99aee1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Macroscope/Test.hs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ testGetStream = do
(streams, clients) <- runStateT (traverse Macroscope.getCrawler (Macroscope.getCrawlers conf)) (Macroscope.Clients mempty mempty mempty)
assertEqual' "Two streams created" 3 (length streams)
assertEqual' "Only two gitlab clients created" 2 (length $ toList $ Macroscope.clientsGraph clients)
let expected = ["http://localhost--2888050933866766591 for crawler-for-org1, crawler-for-org2", "http://localhost--2888050933866766592 for crawler-for-org3"]
let expected = ["http://localhost--2106660452992157488 for crawler-for-org3", "http://localhost-1303733993043075473 for crawler-for-org1, crawler-for-org2"]
assertEqual' "Stream group named" expected (map fst $ Macroscope.mkStreamsActions (catMaybes streams))
where
conf =
Expand Down

0 comments on commit 99aee1a

Please sign in to comment.