Skip to content

Commit

Permalink
application
Browse files Browse the repository at this point in the history
  • Loading branch information
robertobermudez committed Mar 31, 2024
1 parent 3f06411 commit 699e960
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/banshy_video_playlist_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module Banshy
class VideoPlaylistTest < Minitest::Test
def setup
@video_path = File.join APP_ROOT_PATH, 'test/media/recorte.mp4'
puts @video_path
@video = Banshy::VideoFile.new(path: @video_path)
@pl_name = 'new'
@pl = Banshy::VideoPlaylist.new name: @pl_name
Expand Down

0 comments on commit 699e960

Please sign in to comment.