diff --git a/test/React__test.re b/test/React__test.re index 97373882f..fb222eba7 100644 --- a/test/React__test.re +++ b/test/React__test.re @@ -23,7 +23,7 @@ module DummyComponentThatMapsChildren = { element, { "key": string_of_int(index), - "data-index": index, + "role": Int.to_string(index), }, ) })}