Skip to content

Commit 8154106

Browse files
authored
Update tests/test_thing_server_interface.py
1 parent f76d2d3 commit 8154106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_thing_server_interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class DifferentGroupedThing(lt.Thing):
5656

5757
class ExampleWithSlots(lt.Thing):
5858
example: ExampleThing = lt.thing_slot()
59-
dif_example: DifferentExampleThing = lt.thing_slot("diffy")
59+
dif_example: DifferentExampleThing = lt.thing_slot(DIF_EXAMPLE_NAME)
6060
optionally_another_example: AnotherExampleThing | None = lt.thing_slot()
6161
unused_option: UnusedExampleThing | None = lt.thing_slot(None)
6262
grouped_things: Mapping[str, GroupedThing] = lt.thing_slot()

0 commit comments

Comments
 (0)