Skip to content

Commit 122684b

Browse files
authored
Fix typo in test for Key (#3856)
15_u64 and 15_u128 result in a duplicate, key, so change it to 16_u128. Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
1 parent 17cbf2f commit 122684b

File tree

1 file changed

+1
-1
lines changed
  • packages/yew/src/virtual_dom

1 file changed

+1
-1
lines changed

packages/yew/src/virtual_dom/key.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ mod test {
9696
<p key=13_u16></p>
9797
<p key=14_u32></p>
9898
<p key=15_u64></p>
99-
<p key=15_u128></p>
99+
<p key=16_u128></p>
100100
<p key=21_isize></p>
101101
<p key=22_i8></p>
102102
<p key=23_i16></p>

0 commit comments

Comments
 (0)