Update tests
This commit is contained in:
@@ -55,8 +55,7 @@ runController bus (Controller _name machine) = do
|
||||
go inbound f = do
|
||||
msg <- atomically (readTChan inbound)
|
||||
uuid <- UUID.V4.nextRandom
|
||||
-- (_, f') <- step (channelHassEval bus) f (Event msg)
|
||||
(_, f') <- step (dryRunHassEval (busGen bus)) uuid f (Event msg)
|
||||
(_, f') <- step (channelHassEval bus) uuid f (Event msg)
|
||||
go inbound f'
|
||||
|
||||
defaultMain :: IO ()
|
||||
|
||||
Reference in New Issue
Block a user