Skip to content

Commit

Permalink
better outputs for videoloader tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eyaler committed Oct 1, 2024
1 parent b863704 commit 856e09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/videoloader_tests/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Object.entries(tests).forEach(([hash, urls]) => {
urls = urls.split('\n').filter(x => x)
const dupes = urls.length - new Set(urls).size
if (dupes)
writeln(`Found ${dupes} duplicates for ${hash}`, 'red')
writeln(`Found ${dupes} duplicate urls in ${hash}`, 'red')
urls.forEach(url => {
const result = load_video(url)[0]
if (result != hash) {
Expand Down

0 comments on commit 856e09b

Please sign in to comment.