Skip to content

Commit

Permalink
fix log cloning
Browse files Browse the repository at this point in the history
  • Loading branch information
olegfomenko committed Oct 11, 2021
1 parent 8f3594f commit 6ccedaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testing/mock_dao.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ func (d *dao) Clone() pg.DAO {
upd: sq.Update(d.tableName),
dlt: sq.Delete(d.tableName),
mocksOrder: d.mocksOrder,
log: d.log,
}
}

Expand All @@ -50,6 +51,7 @@ func (d *dao) New() pg.DAO {
upd: sq.Update(d.tableName),
dlt: sq.Delete(d.tableName),
mocksOrder: d.mocksOrder,
log: d.log,
}
}

Expand Down

0 comments on commit 6ccedaf

Please sign in to comment.