Test picasa file building for null handling

Album was already tested, and the test name insinuated file here :)
pull/312/head
Darrell Mozingo 3 years ago committed by Romain
parent 7d8f49eec8
commit 54256dd2a4

@ -65,7 +65,7 @@ describe('Picasa', function () {
'holidays/picasa.ini': PICASA_INI
})
const picasa = new Picasa()
const meta = picasa.album('holidays/IMG_0002.jpg')
const meta = picasa.file('holidays/IMG_0002.jpg')
should(meta).eql(null)
})
})

Loading…
Cancel
Save