Passing test!

This commit is contained in:
Aly 2020-07-01 23:47:20 -07:00
parent 5af34740f4
commit c9cb936836
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ class FancadeSuite extends munit.FunSuite {
val capture = Fancade.Capture[String](BlockDefinition.GetNumber, "hello", Vector(
BlockDefinition.GetNumber.output
))
assertEquals(capture.render.blocks.size, 1)
}
}