Skip to content

Commit

Permalink
Update list sp test
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Stachyra committed Jun 17, 2020
1 parent fab9b40 commit 85ac9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/shelley_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 85ac9c7

Please sign in to comment.