From bcf78d367c4268409254f5c473caa73d35be7032 Mon Sep 17 00:00:00 2001 From: Jan Romann Date: Fri, 29 Dec 2023 04:30:02 +0100 Subject: [PATCH] fixup! test: add tests for reworked InteractionInput class --- test/scripting_api/interaction_input_test.dart | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/scripting_api/interaction_input_test.dart b/test/scripting_api/interaction_input_test.dart index bdd090e3..34598df1 100644 --- a/test/scripting_api/interaction_input_test.dart +++ b/test/scripting_api/interaction_input_test.dart @@ -106,6 +106,11 @@ void main() { interactionInput.dataSchemaValue, DataSchemaValue.fromArray(testValue), ); + + expect( + interactionInput.dataSchemaValue.hashCode, + DataSchemaValue.fromArray(testValue).hashCode, + ); }); test('an object', () {