Skip to content

Commit f44255b

Browse files
committed
Update verify with StoredHash
1 parent e5cb75c commit f44255b

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

Src/FastData.Tests/Verify/HashSet_Double_3.verified.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"Next": 1,
2727
"Value": 1.7976931348623157E+308
2828
}
29-
]
29+
],
30+
"StoreHashCode": true
3031
}
3132
}

Src/FastData.Tests/Verify/HashSet_Int32_3.verified.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"Key": -2147483648,
1919
"Value": 18446744071562067968
2020
}
21-
]
21+
],
22+
"StoreHashCode": false
2223
}
2324
}

Src/FastData.Tests/Verify/HashSet_Int64_3.verified.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"Key": -9223372036854775808,
1919
"Value": 9223372036854775808
2020
}
21-
]
21+
],
22+
"StoreHashCode": false
2223
}
2324
}

Src/FastData.Tests/Verify/HashSet_String_3.verified.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"Key": "item2",
1919
"Value": 17825845003995989450
2020
}
21-
]
21+
],
22+
"StoreHashCode": true
2223
}
2324
}

0 commit comments

Comments
 (0)