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 8c62592 commit bcf78d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/scripting_api/interaction_input_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ void main() {
interactionInput.dataSchemaValue,
DataSchemaValue.fromArray(testValue),
);

expect(
interactionInput.dataSchemaValue.hashCode,
DataSchemaValue.fromArray(testValue).hashCode,
);
});

test('an object', () {
Expand Down

0 comments on commit bcf78d3

Please sign in to comment.