tests: Update tests, and fix some bugs.

This commit is contained in:
Upstream Data
2024-03-22 13:19:37 -06:00
parent 77c06dad61
commit 55c4e10fae
5 changed files with 44 additions and 6 deletions

View File

@@ -128,9 +128,9 @@ class TestConfig(unittest.TestCase):
def test_am_modern_serialize(self):
correct_config = {
"bitmain-fan-ctrl": True,
"bitmain-fan-pwn": "90",
"bitmain-fan-pwm": "90",
"freq-level": "100",
"miner-mode": "0",
"miner-mode": 0,
"pools": [
{
"url": "stratum+tcp://stratum.test.io:3333",