Skip to content

Commit

Permalink
Merge 7f5e58b into d839313
Browse files Browse the repository at this point in the history
  • Loading branch information
jibees committed Jun 15, 2021
2 parents d839313 + 7f5e58b commit 9cf10de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/variant_override_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
expect(VariantOverride.indexed(hub2)).to eq( variant => vo2 )
end

xit "does not include overrides for soft-deleted variants" do
it "does not include overrides for soft-deleted variants" do
variant.delete
expect(VariantOverride.indexed(hub1)).to eq( nil => vo1 )
end
Expand Down

0 comments on commit 9cf10de

Please sign in to comment.