Skip to content

Commit

Permalink
One test use the fixed method for set.
Browse files Browse the repository at this point in the history
  • Loading branch information
tatarize committed Sep 27, 2023
1 parent 2904ae2 commit ed401cb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/test_co2.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,7 @@ def test_send(data, read):
c.send = test_send

c.source = "co2"
c.power = 50
c.frequency = 80
c.fpk = 10.0
c.set()
c.set(power=50, frequency=80.0, fpk=10.0)
with c.marking():
c.goto(0x5000, 0x5000)
c.mark(0x5000, 0xA000)
Expand Down

0 comments on commit ed401cb

Please sign in to comment.