Commit 2bab2bb7 authored by Giorgenes Gelatti's avatar Giorgenes Gelatti

Apply 1 suggestion(s) to 1 file(s)

parent dd0691b8
......@@ -40,7 +40,7 @@ RSpec.describe Packages::Pypi::CreatePackageService do
end
context 'with an invalid metadata' do
let(:requires_python) { 'x' * 500 }
let(:requires_python) { 'x' * 51 }
it 'raises an error' do
expect { subject }.to raise_error(ActiveRecord::RecordInvalid)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment