Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Updating test case related to last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevinosullivan committed Apr 13, 2020
1 parent 95bdbaf commit 5d6dd3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/shopify-cli/commands/connect_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def test_run
}],
}]
ShopifyCli::Helpers::Organizations.stubs(:fetch_with_app).returns(response)
CLI::UI::Prompt.expects(:ask).with('Which organization does this project belong to?').returns(422)
CLI::UI::Prompt.expects(:ask).with('To which organization does this project belong?').returns(422)
CLI::UI::Prompt.expects(:ask).with(
'Which development store would you like to use?'
).returns('store.myshopify.com')
Expand Down

0 comments on commit 5d6dd3f

Please sign in to comment.