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