Skip to content

Commit

Permalink
Test fixes;
Browse files Browse the repository at this point in the history
  • Loading branch information
mismirnov committed Jan 10, 2025
1 parent a550c60 commit 5f4cc86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/storage/postgres/tvl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ func (s *TransactionTestSuite) TestSaveBulk() {

tvl, err := s.storage.Tvl.LastSyncTime(ctx)
s.Require().NoError(err)
s.Require().True(saveTime.Equal(tvl.UTC()))
tvlTime := tvl.UTC()
s.Require().EqualValues(saveTime, tvlTime)
}

0 comments on commit 5f4cc86

Please sign in to comment.