Skip to content

Commit

Permalink
update the name of the mapping validation test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Catherine-Fu committed Jun 6, 2024
1 parent 8f35496 commit 015df64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/mapping_validation_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require_relative "../test_helper"
require_relative "../../config/cli"

class LocalizationsTest < ActiveSupport::TestCase
class MappingValidationTest < ActiveSupport::TestCase
test "category IDs in mappings are valid" do
mappings_json_data = CLI.new.parse_json("dist/en/integrations/all_mappings.json")
invalid_categories = []
Expand Down

0 comments on commit 015df64

Please sign in to comment.