await movieTrailer( 'oceans eleven', { multi: true, year: 1960 }, ( _error, result ) => {

        t.is( typeof result, 'object' )
        t.is( result[0].indexOf( 'http' ), 0, 'returns a url' )
        t.not( result[0].indexOf( 'youtube' ), -1, 'returns a youtube url' )