From b6a18f5351414fccd3415695e6c49a101886beb2 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 5 Oct 2025 09:03:51 -0400 Subject: [PATCH 1/2] btcli: update test Signed-off-by: Rui Chen --- Formula/b/btcli.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/b/btcli.rb b/Formula/b/btcli.rb index 5b99e3d68a1fe..81e10c661def3 100644 --- a/Formula/b/btcli.rb +++ b/Formula/b/btcli.rb @@ -308,15 +308,15 @@ def install "balances" => { "brew-test" => { "coldkey" => ss58_address, - "free" => 0.0, + "free" => 4.0e-05, "staked" => 0.0, - "total" => 0.0, + "total" => 4.0e-05, }, }, "totals" => { - "free" => 0.0, + "free" => 4.0e-05, "staked" => 0.0, - "total" => 0.0, + "total" => 4.0e-05, }, } From ad164aa9f4f9ec0e62076667427641bbd5792651 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 7 Oct 2025 20:02:44 -0400 Subject: [PATCH 2/2] Revert "btcli: update test" This reverts commit b6a18f5351414fccd3415695e6c49a101886beb2. --- Formula/b/btcli.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/b/btcli.rb b/Formula/b/btcli.rb index 81e10c661def3..5b99e3d68a1fe 100644 --- a/Formula/b/btcli.rb +++ b/Formula/b/btcli.rb @@ -308,15 +308,15 @@ def install "balances" => { "brew-test" => { "coldkey" => ss58_address, - "free" => 4.0e-05, + "free" => 0.0, "staked" => 0.0, - "total" => 4.0e-05, + "total" => 0.0, }, }, "totals" => { - "free" => 4.0e-05, + "free" => 0.0, "staked" => 0.0, - "total" => 4.0e-05, + "total" => 0.0, }, }