Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kashike committed May 15, 2023
1 parent 6d9d70c commit d78274a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ void testVirtualComponent() {
this.testFlatten(ComponentFlattener.basic(), Component.virtual(Object.class, context -> Component.text("test123")))
.assertBalanced()
.assertPushesAndPops(1)
.assertContents("test123");
.assertContents(""); // cannot get rendered value as we don't have a context available
}

@Test
Expand Down

0 comments on commit d78274a

Please sign in to comment.