From eb39add5ff812089ca9ff2f276163ba4fd05009b Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Wed, 10 Feb 2021 12:06:41 +1100 Subject: [PATCH] Fix typo --- .github/workflows/ci.yml | 4 ++-- bors.toml | 6 +++--- ...using_cancel_and_refund_command_timelock_not_expired.rs} | 0 ...cancel_and_refund_command_timelock_not_expired_force.rs} | 0 4 files changed, 5 insertions(+), 5 deletions(-) rename swap/tests/{bob_refunds_using_cancel_and_refund_command_timelock_not_exired.rs => bob_refunds_using_cancel_and_refund_command_timelock_not_expired.rs} (100%) rename swap/tests/{bob_refunds_using_cancel_and_refund_command_timelock_not_exired_force.rs => bob_refunds_using_cancel_and_refund_command_timelock_not_expired_force.rs} (100%) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 630199c0..7a2f10f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -129,8 +129,8 @@ jobs: happy_path, happy_path_restart_bob_before_comm, bob_refunds_using_cancel_and_refund_command, - bob_refunds_using_cancel_and_refund_command_timelock_not_exired, - bob_refunds_using_cancel_and_refund_command_timelock_not_exired_force, + bob_refunds_using_cancel_and_refund_command_timelock_not_expired, + bob_refunds_using_cancel_and_refund_command_timelock_not_expired_force, ] runs-on: ubuntu-latest steps: diff --git a/bors.toml b/bors.toml index 8d33e57c..fcb4f9eb 100644 --- a/bors.toml +++ b/bors.toml @@ -4,7 +4,7 @@ status = [ "build_test (x86_64-apple-darwin)", "docker_tests (happy_path)", "docker_tests (happy_path_restart_bob_before_comm)", - "docker_tests (bob_refunds_using_cancel_and_refund_command.rs)", - "docker_tests (bob_refunds_using_cancel_and_refund_command_timelock_not_exired_force.rs)", - "docker_tests (bob_refunds_using_cancel_and_refund_command_timelock_not_exired.rs)" + "docker_tests (bob_refunds_using_cancel_and_refund_command)", + "docker_tests (bob_refunds_using_cancel_and_refund_command_timelock_not_expired_force)", + "docker_tests (bob_refunds_using_cancel_and_refund_command_timelock_not_expired)" ] diff --git a/swap/tests/bob_refunds_using_cancel_and_refund_command_timelock_not_exired.rs b/swap/tests/bob_refunds_using_cancel_and_refund_command_timelock_not_expired.rs similarity index 100% rename from swap/tests/bob_refunds_using_cancel_and_refund_command_timelock_not_exired.rs rename to swap/tests/bob_refunds_using_cancel_and_refund_command_timelock_not_expired.rs diff --git a/swap/tests/bob_refunds_using_cancel_and_refund_command_timelock_not_exired_force.rs b/swap/tests/bob_refunds_using_cancel_and_refund_command_timelock_not_expired_force.rs similarity index 100% rename from swap/tests/bob_refunds_using_cancel_and_refund_command_timelock_not_exired_force.rs rename to swap/tests/bob_refunds_using_cancel_and_refund_command_timelock_not_expired_force.rs