Skip to content

Commit 9cb771c

Browse files
committed
(maint) Fix object_id assertion in catalog spec
1 parent aff6172 commit 9cb771c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/unit/resource/catalog_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
end
206206

207207
it "should set itself as the catalog for each converted resource" do
208-
@catalog.vertices.each { |v| expect(v.catalog.object_id).to equal(@catalog.object_id) }
208+
@catalog.vertices.each { |v| expect(v.catalog.object_id).to eql(@catalog.object_id) }
209209
end
210210

211211
# This tests #931.

0 commit comments

Comments
 (0)