Skip to content

Commit

Permalink
Add missed default Effective EDID get
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Nagorny committed Oct 12, 2023
1 parent d569132 commit 4b9debb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nmostesting/suites/IS1101Test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2587,6 +2587,8 @@ def test_02_03_05_02(self, test):
return test.FAIL("Unable to find expected key: {}".format(e))
self.version[sender_id] = version

default_edid = self.get_effective_edid(test, input_id)

self.another_sample_rate_constraints[sender_id] = {
"constraint_sets": [
{
Expand Down

0 comments on commit 4b9debb

Please sign in to comment.