Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 85cb01c

Browse files
authored
ci: work around 'python-api-core#297' (#465)
1 parent ddb69d0 commit 85cb01c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/unit/test_row_data.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,9 @@ def code(self):
282282
def details(self):
283283
return "Testing"
284284

285+
def trailing_metadata(self):
286+
return None
287+
285288
return TestingException(exception)
286289

287290
def test_w_miss(self):

0 commit comments

Comments
 (0)