Passing test!
This commit is contained in:
parent
5af34740f4
commit
c9cb936836
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ class FancadeSuite extends munit.FunSuite {
|
||||||
val capture = Fancade.Capture[String](BlockDefinition.GetNumber, "hello", Vector(
|
val capture = Fancade.Capture[String](BlockDefinition.GetNumber, "hello", Vector(
|
||||||
BlockDefinition.GetNumber.output
|
BlockDefinition.GetNumber.output
|
||||||
))
|
))
|
||||||
|
assertEquals(capture.render.blocks.size, 1)
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue