Skip to content

Commit

Permalink
Fixing pre-commit errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaushik Malapati authored and Kaushik Malapati committed Jul 23, 2024
1 parent 36beb25 commit e83b1ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pytmc/tests/test_record.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,10 @@ def test_output_record_with_write_access():
"record_type": "ao",
"direction": "output",
}

ec = EPICSRecord(**kwargs)
record = ec.render()
assert "ASG" not in record


def test_sort_fields():
unsorted_entry = OrderedDict(
Expand Down

0 comments on commit e83b1ef

Please sign in to comment.