Skip to content

Commit

Permalink
OOPS: Broke a test by accident...
Browse files Browse the repository at this point in the history
  • Loading branch information
davesmith00000 committed Nov 18, 2023
1 parent e9b3058 commit 28b62e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class SceneUpdateFragmentTests extends munit.FunSuite {
SceneUpdateFragment(Option(Layer(BindingKey("key A"))))

val expected =
SceneUpdateFragment.empty.addLayers(Batch(Layer(BindingKey("key "))))
SceneUpdateFragment.empty.addLayers(Batch(Layer(BindingKey("key A"))))

assertEquals(actual, expected)

Expand Down

0 comments on commit 28b62e0

Please sign in to comment.