File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
test/ae_mdw_web/controllers Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -385,7 +385,8 @@ defmodule AeMdwWeb.NameControllerTest do
385
385
{ DbUtil , [ ] ,
386
386
[
387
387
last_gen!: fn -> 0 end ,
388
- first_gen!: fn -> 0 end
388
+ first_gen!: fn -> 0 end ,
389
+ proto_vsn: fn _height -> 1 end ,
389
390
] }
390
391
] do
391
392
assert % { "data" => auction_bids , "next" => next } =
@@ -425,7 +426,8 @@ defmodule AeMdwWeb.NameControllerTest do
425
426
{ DbUtil , [ ] ,
426
427
[
427
428
last_gen!: fn -> 0 end ,
428
- first_gen!: fn -> 0 end
429
+ first_gen!: fn -> 0 end ,
430
+ proto_vsn: fn _height -> 1 end ,
429
431
] }
430
432
] do
431
433
assert % { "data" => auctions } =
@@ -462,7 +464,8 @@ defmodule AeMdwWeb.NameControllerTest do
462
464
{ DbUtil , [ ] ,
463
465
[
464
466
last_gen!: fn -> 0 end ,
465
- first_gen!: fn -> 0 end
467
+ first_gen!: fn -> 0 end ,
468
+ proto_vsn: fn _height -> 1 end ,
466
469
] }
467
470
] do
468
471
assert % { "data" => auctions } =
You can’t perform that action at this time.
0 commit comments