Skip to content

Commit

Permalink
Add a test that will fail
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed committed Nov 22, 2023
1 parent 87da019 commit b1a0b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/ui/test/deephaven/ui/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def test_get_component_name(self):
def test_to_camel_case(self):
from deephaven.ui._internal.utils import to_camel_case

self.assertEqual(to_camel_case("test_string"), "testString")
self.assertEqual(to_camel_case("test_string"), "testStringfailulre")
self.assertEqual(to_camel_case("test_string_2"), "testString2")
self.assertEqual(to_camel_case("align_items"), "alignItems")
self.assertEqual(to_camel_case("First_Word"), "FirstWord")
Expand Down

0 comments on commit b1a0b32

Please sign in to comment.