clarify type for test

This commit is contained in:
Brendan Hansknecht 2023-02-27 18:41:31 -08:00
parent c4d56f1dc9
commit 865bae9468
No known key found for this signature in database
GPG key ID: A199D0660F95F948

View file

@ -3709,7 +3709,7 @@ fn list_range_length_overflow() {
List.range {start: At 255u8, end: Length 2}
"#
),
RocList::default(),
RocList::<u8>::default(),
RocList::<u8>
);
}