Skip to content

Commit dae6090

Browse files
committed
test: update expected values with missing properties
1 parent 25c1a61 commit dae6090

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tests/calc-nth-gov-cycle.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ let tests = [
1212
[
1313
-1,
1414
{
15+
endIso: "2024-06-28T15:00:00.000Z",
16+
endMs: 1719586800000,
17+
startIso: "2024-05-29T13:00:00.000Z",
18+
startMs: 1716987600000,
1519
voteHeight: 2091954,
1620
voteIso: "2024-06-21T13:44:00.273Z",
1721
voteMs: 1718977440273,
@@ -27,6 +31,10 @@ let tests = [
2731
[
2832
0,
2933
{
34+
endIso: "2024-07-28T22:00:00.000Z",
35+
endMs: 1722204000000,
36+
startIso: "2024-06-28T21:00:00.000Z",
37+
startMs: 1719608400000,
3038
voteHeight: 2108570,
3139
voteIso: "2024-07-21T21:03:37.273Z",
3240
voteMs: 1721595817273,
@@ -42,6 +50,10 @@ let tests = [
4250
[
4351
1,
4452
{
53+
endIso: "2024-08-28T06:00:00.000Z",
54+
endMs: 1724824800000,
55+
startIso: "2024-07-29T04:00:00.000Z",
56+
startMs: 1722225600000,
4557
voteHeight: 2125186,
4658
voteIso: "2024-08-21T04:23:14.273Z",
4759
voteMs: 1724214194273,

0 commit comments

Comments
 (0)