Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joaosreis committed Jan 24, 2024
1 parent 4f78144 commit c7a9ca5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/rosetta/lib/network.ml
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ module Status = struct
{ Sync_status.current_index= Some (Int64.of_int_exn 4)
; target_index= None
; stage= Some "Synced"
; synced = None
; synced = Some true
} } )

let oldest_block_is_different_env : 'gql Env.Mock.t =
Expand Down Expand Up @@ -364,7 +364,7 @@ module Status = struct
{ Sync_status.current_index= Some (Int64.of_int_exn 4)
; target_index= None
; stage= Some "Synced"
; synced = None
; synced = Some true
} } )
end )
end
Expand Down

0 comments on commit c7a9ca5

Please sign in to comment.