Skip to content

Commit

Permalink
Updated Unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
cmesibov committed Jan 20, 2025
1 parent 0d9cf51 commit 7f5d87f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/system/general/test_12_PostProcessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -762,6 +762,8 @@ def test_76_emi_receiver(self, emi_receiver_test):
emi_receiver_test.analyze()
new_report = emi_receiver_test.post.reports_by_category.emi_receiver()
new_report.band = "2"
new_report.rbw = "2"
new_report.rbw_factor = "0"
new_report.emission = "RE"
new_report.time_start = "1ns"
new_report.time_stop = "2us"
Expand Down

0 comments on commit 7f5d87f

Please sign in to comment.