We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f80ca4 commit 6d5299dCopy full SHA for 6d5299d
spec/models/project_spec.rb
@@ -44,7 +44,7 @@
44
standard: @instance.standard
45
}
46
47
- let(:nullable_properties) { Set.new(["photos", "standard"]) }
+ let(:nullable_properties) { Set.new(["photos", "standard", "sdgs"]) }
48
end
49
50
describe 'test an instance of Project' do
0 commit comments