Skip to content

Commit

Permalink
Merge #3228
Browse files Browse the repository at this point in the history
3228: Fix typo in test r=piotr-iohk a=piotr-iohk

- [x] Fix typo in test

### Comments

<!-- Additional comments, links, or screenshots to attach, if any. -->

### Issue Number

<!-- Reference the Jira/GitHub issue that this PR relates to, and which requirements it tackles.
  Note: Jira issues of the form ADP- will be auto-linked. -->


Co-authored-by: Piotr Stachyra <[email protected]>
  • Loading branch information
iohk-bors[bot] and Piotr Stachyra authored Apr 8, 2022
2 parents a854531 + 03671bc commit ab89981
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/spec/e2e_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ def run_contract(contract_setup, scripts)
def fingerprint
if is_linux?
"asset1q78ea9ds0rc3tfwu2damsjehjup2xuzddtg6xh"
elsif is_macos?
elsif is_mac?
"asset1kjxaamf0p2p2z9g3k4xu0ne0g6h5j70st6z4pz"
elsif is_windows?
elsif is_win?
"asset1arj5nz8zxjuxvut5wqt5q0xw7905hllugahvu7"
end
end
Expand Down

0 comments on commit ab89981

Please sign in to comment.