Skip to content

Commit

Permalink
fixup! test: add tests for reworked InteractionInput class
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Dec 29, 2023
1 parent 856bd28 commit dd224e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/scripting_api/interaction_input_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ void main() {
(interactionInput as DataSchemaValueInput).dataSchemaValue,
isA<NullValue>(),
);

expect(interactionInput, null.asInteractionInput());
});

test('from String', () {
Expand Down

0 comments on commit dd224e5

Please sign in to comment.