mirror of
https://github.com/ddworken/hishtory.git
synced 2025-08-18 10:49:54 +02:00
Migrate to using golden files for tests + get all existing tests passing again
This commit is contained in:
@@ -463,7 +463,7 @@ func DisplayResults(ctx *context.Context, results []*data.HistoryEntry) error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
tbl.AddRow(stringArrayToAnyArray(row))
|
||||
tbl.AddRow(stringArrayToAnyArray(row)...)
|
||||
}
|
||||
|
||||
tbl.Print()
|
||||
|
Reference in New Issue
Block a user