mirror of
https://github.com/Jguer/yay.git
synced 2025-12-27 10:01:53 -05:00
Fix tests
This commit is contained in:
@@ -11,7 +11,7 @@ func benchmarkPrintSearch(search string, b *testing.B) {
|
||||
os.Stdout = w
|
||||
|
||||
for n := 0; n < b.N; n++ {
|
||||
res, _, _ := queryRepo(append([]string{}, search))
|
||||
res, _ := queryRepo(append([]string{}, search))
|
||||
res.printSearch()
|
||||
}
|
||||
os.Stdout = old
|
||||
|
||||
Reference in New Issue
Block a user