Skip to content

Commit 6d5299d

Browse files
committed
specs for sdgs
1 parent 7f80ca4 commit 6d5299d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/models/project_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
standard: @instance.standard
4545
}
4646
}
47-
let(:nullable_properties) { Set.new(["photos", "standard"]) }
47+
let(:nullable_properties) { Set.new(["photos", "standard", "sdgs"]) }
4848
end
4949

5050
describe 'test an instance of Project' do

0 commit comments

Comments
 (0)