Skip to content
This repository was archived by the owner on Jan 8, 2020. It is now read-only.

Commit e6c370d

Browse files
committed
Fix expectations on token
1 parent 2b8700a commit e6c370d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/suby/downloader/opensubtitles_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
end
2424

2525
it "gets right token" do
26-
downloader.token.should match(/\A[a-z0-9]{26}\z/)
26+
downloader.token.should match(/\A[a-zA-Z0-9]+\z/)
2727
end
2828

2929
it 'fails gently when there is no subtitles available' do

0 commit comments

Comments
 (0)