Skip to content

Commit

Permalink
Update jsonmap_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
peacalm authored May 9, 2022
1 parent 5417b61 commit 6efbfe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jsonmap_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ func TestGet(t *testing.T) {
// 64bit long int
longint1, _, _ := jm1.GetInt64("longint", 0)
longint2, _, _ := jm2.GetInt64("longint", 0)
fmt.Println("GetInt64 with useNumber=false (real value 7095620078347567873):", longint1, "Wrong!")
fmt.Println("GetInt64 with useNumber=true (real value 7095620078347567873):", longint2, "Correct!")
fmt.Println("GetInt64 from long int 7095620078347567873 with useNumber=false:", longint1, ", Wrong!")
fmt.Println("GetInt64 from long int 7095620078347567873 with useNumber=true: ", longint2, ", Correct!")

}

Expand Down

0 comments on commit 6efbfe5

Please sign in to comment.