We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e82742d commit 6eb7a98Copy full SHA for 6eb7a98
1 file changed
test/square/integration/client_tests/test_locations.rb
@@ -5,7 +5,7 @@
5
describe Square::Locations::Client do
6
describe "#list" do
7
it "should list locations" do
8
- skip "Skipping for now."
+ # skip "Skipping for now."
9
10
response = client.locations.list
11
refute_nil response
0 commit comments