From 85ac9c73675e5c4af9c6b94f594ebeb43502ac60 Mon Sep 17 00:00:00 2001 From: Piotr Stachyra Date: Wed, 17 Jun 2020 12:37:22 +0200 Subject: [PATCH] Update list sp test --- spec/shelley_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/shelley_spec.rb b/spec/shelley_spec.rb index 5fda2e9..c603e15 100644 --- a/spec/shelley_spec.rb +++ b/spec/shelley_spec.rb @@ -241,7 +241,7 @@ it "Can list stake pools" do id = create_shelley_wallet pools = SHELLEY.stake_pools - expect(pools.list(id).code).to eq 501 + expect(pools.list(id).code).to eq 200 end it "I could join Stake Pool - if I knew it's id" do