Commit 6628cf63 authored by Mehmet Emin INAC's avatar Mehmet Emin INAC Committed by Jonathan Schafer

Fix failing test

parent 2b5ac0a8
......@@ -4,7 +4,7 @@ require 'spec_helper'
RSpec.describe Vulnerabilities::FindingLink do
describe 'associations' do
it { is_expected.to belong_to(:finding).class_name('Vulnerabilities::Finding').inverse_of(:finding_link) }
it { is_expected.to belong_to(:finding).class_name('Vulnerabilities::Finding').inverse_of(:finding_links) }
end
describe 'validations' do
......
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