This commit is contained in:
binwiederhier
2025-07-13 12:45:00 +02:00
parent 3ac3e2ec7c
commit 2a468493f9
16 changed files with 174 additions and 216 deletions

View File

@@ -192,7 +192,7 @@ func TestToInt(t *testing.T) {
}
func TestToDecimal(t *testing.T) {
tests := map[interface{}]int64{
tests := map[any]int64{
"777": 511,
777: 511,
770: 504,