Skip to content

Commit 60395ac

Browse files
committed
Check we have test coverage
1 parent 6f1462c commit 60395ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

temporalio/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2939,6 +2939,7 @@ class WorkflowExecution:
29392939

29402940
@property
29412941
def data_converter(self) -> temporalio.converter.DataConverter:
2942+
0 / 0 # TEMP: check we have test coverage
29422943
return self._context_free_data_converter.with_context(
29432944
WorkflowSerializationContext(
29442945
namespace=self.namespace,

0 commit comments

Comments
 (0)