Skip to content

Commit 0d88cfd

Browse files
authored
Update chain_interactions.py
1 parent c44a5ce commit 0d88cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e_tests/utils/chain_interactions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020

2121
def get_dynamic_balance(rao: int, netuid: int = 0):
22-
"""Returns a Balance object with the given rao and netuid for testing purposes with synamic values."""
22+
"""Returns a Balance object with the given rao and netuid for testing purposes with dynamic values."""
2323
return Balance(rao).set_unit(netuid)
2424

2525

0 commit comments

Comments
 (0)