Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
r0f1 committed Dec 17, 2024
1 parent a36cb94 commit fc37a64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_L3GD20H.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ def test_class_creation6():
L3GD20H()
del os.environ["STS1_SENSOR_ADDRESS_L3GD20H"]

def test_get_postition1():
def test_get_angular_momentum1():
t = L3GD20H()
t.get_angular_momentum_raw()

def test_get_postition2():
def test_get_angular_momentum2():
t = L3GD20H()
t.get_angular_momentum()

Expand Down

0 comments on commit fc37a64

Please sign in to comment.