Skip to content

Commit

Permalink
Merge pull request #250 from Shopify/fix_deprecations_in_tests
Browse files Browse the repository at this point in the history
Rename deprecated_references.yml to package_todo.yml in tests
  • Loading branch information
gmcgibbon authored Nov 2, 2022
2 parents 224da75 + 2ad89dd commit be05273
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/parse_run_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ class ParseRunTest < Minitest::Test
other_file = "components/source/some/other/path.rb"

source_package_name = "components/source"
write_app_file("#{source_package_name}/deprecated_references.yml", <<~YML.strip)
write_app_file("#{source_package_name}/package_todo.yml", <<~YML.strip)
---
"components/destination":
"::SomeName":
Expand Down Expand Up @@ -291,7 +291,7 @@ class ParseRunTest < Minitest::Test
other_file = "components/source/some/other/path.rb"

source_package_name = "components/source"
write_app_file("#{source_package_name}/deprecated_references.yml", <<~YML.strip)
write_app_file("#{source_package_name}/package_todo.yml", <<~YML.strip)
---
"components/destination":
"::SomeName":
Expand Down

0 comments on commit be05273

Please sign in to comment.