From 30a85dd8a549aa49ecf1e1da4305ab64883d401c Mon Sep 17 00:00:00 2001 From: Kevin O'Sullivan Date: Mon, 13 Apr 2020 16:00:41 -0400 Subject: [PATCH] Updating test case related to last commit --- test/shopify-cli/commands/connect_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/shopify-cli/commands/connect_test.rb b/test/shopify-cli/commands/connect_test.rb index baaf1b06bc..9bf30c8772 100644 --- a/test/shopify-cli/commands/connect_test.rb +++ b/test/shopify-cli/commands/connect_test.rb @@ -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')