fix typo in audit tests

Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
Co-authored-by: Markus Reiter <me@reitermark.us>
This commit is contained in:
Rylan Polster 2020-11-18 11:54:38 -05:00
parent b0d10fdf28
commit 67e4e78f22

View File

@ -423,7 +423,7 @@ module Homebrew
.to eq 'Formula license ["0BSD"] does not match GitHub license ["GPL-3.0"].'
end
it "allows a formula-specified license that differes from its GitHub "\
it "allows a formula-specified license that differs from its GitHub "\
"repository for formulae on the mismatched license allowlist" do
formula_text = <<~RUBY
class Cask < Formula