Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rpiaggio committed Jul 11, 2024
1 parent 1d7a91e commit 62712af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ object ScalaFnComponentTest extends TestSuite {
"justChildren" - assertRender(JustChildren(c1, c2), "<h4><i>good</i>222</h4>")

"displayName" - {
assertEq(IntProps.displayName, "japgolly.scalajs.react.core.ScalaFnComponentTest.IntProps")
assertEq(IntProps.displayName, "ScalaFnComponentTest.IntProps (japgolly.scalajs.react.core)")
assertEq(CaseClassProps.displayName, "Add")
}

Expand Down

0 comments on commit 62712af

Please sign in to comment.