Skip to content

Commit

Permalink
etc
Browse files Browse the repository at this point in the history
  • Loading branch information
ejconlon committed Feb 20, 2024
1 parent e6b8a88 commit d31fcbb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions minipat-live/test/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ import Test.Tasty.HUnit (testCase, (@?=))

testRecord :: TestTree
testRecord = testCase "record" $ do
-- 2000000000 (ns) here is 2 seconds
-- Default 120 bpm, 1 gpc means 2 second generation delay
-- and 1/2 second per beat
-- 1000000 (us) is 1 second
let expected =
Seq.fromList
[ Timed 2000000000 $
Expand Down

0 comments on commit d31fcbb

Please sign in to comment.