Skip to content

Commit

Permalink
fixed test to reflect changes in tagged_stream_fixed_length_padder
Browse files Browse the repository at this point in the history
  • Loading branch information
swarnavaghosh04 committed Dec 15, 2023
1 parent 5485f65 commit e50e54b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/UTAT_HERON/qa_tagged_stream_fixed_length_padder.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def tearDown(self):
self.tb = None

def test_instance(self):
instance = tagged_stream_fixed_length_padder('packet_len', 1, 10, 0x00)
instance = tagged_stream_fixed_length_padder('packet_len', 1, 10, 0x00, 5)

def test_001_descriptive_test_name(self):
# set up fg
Expand Down

0 comments on commit e50e54b

Please sign in to comment.