Commit dddf0cb
committed
roaring64: fix TestSetAndGetBigTimestamp (non-UTC)
The test was broken if local timezone it not UTC. For example, in timezone
UTC-03:00 it failed with this error:
--- FAIL: TestSetAndGetBigTimestamp (0.00s)
bsi64_test.go:111:
Error Trace: bsi64_test.go:111
Error: Not equal:
expected: "3024-10-23T16:55:46.763295273Z"
actual : "3024-10-23T13:55:46.763295273-03:00"1 parent fc14622 commit dddf0cb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
0 commit comments