Skip to content

Commit

Permalink
fix specs
Browse files Browse the repository at this point in the history
  • Loading branch information
dmexe committed Dec 2, 2024
1 parent 5ab62ec commit 750c68c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/browser/options/chrome_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

describe ".version" do
it "returns an executable version" do
expect(described_class.version).to match(/Chromium \d/)
expect(described_class.version).to match(/(Chromium|Chrome) \d/)
end
end
end

0 comments on commit 750c68c

Please sign in to comment.