Skip to content

Commit 763e565

Browse files
spellcheck
1 parent a9b25e4 commit 763e565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_rest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ def test_patch_zones_vol_delta(client):
618618
assert z['vol_f'] == amplipi.models.MIN_VOL_F
619619
assert z["vol_f_overflow"] == zones[z['id']]['vol_f'] + 0.1 - 1
620620

621-
# test oveflow reset
621+
# test overflow reset
622622
mid_vol_f = (amplipi.models.MIN_VOL_F + amplipi.models.MAX_VOL_F) / 2
623623
rv = client.patch('/api/zones', json={'zones': [z['id'] for z in zones], 'update': {'vol_f': mid_vol_f}})
624624
assert rv.status_code == HTTPStatus.OK

0 commit comments

Comments
 (0)