File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/clusterfuzz/_internal/tests/core/bot/tasks/utasks Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ def test_get_uworker_input_urls(self):
7979
8080@test_utils .with_cloud_emulators ('datastore' )
8181class RoundTripTest (unittest .TestCase ):
82- """Tests round trips for serializing+deserializing as well as
83- downloading and uploading inputs and outputs."""
82+ """Tests round trips for serializing+deserializing as well as downloading and
83+ uploading inputs and outputs."""
8484 WORKER_INPUT_BUCKET = 'UWORKER_INPUT'
8585 WORKER_OUTPUT_BUCKET = 'UWORKER_OUTPUT'
8686 NEW_IO_FILE_NAME = 'new-filename'
@@ -377,7 +377,7 @@ def test_unset_a_message_field(self):
377377 analyze_task_input = uworker_msg_pb2 .AnalyzeTaskInput (bad_revisions = [0 ])
378378 uworker_input = uworker_msg_pb2 .Input (analyze_task_input = analyze_task_input )
379379
380- uworker_input .ClearField (" analyze_task_input" )
380+ uworker_input .ClearField (' analyze_task_input' )
381381 wire_format = uworker_io .serialize_uworker_input (uworker_input )
382382 deserialized = uworker_io .deserialize_uworker_input (wire_format )
383- self .assertFalse (deserialized .HasField (" analyze_task_input" ))
383+ self .assertFalse (deserialized .HasField (' analyze_task_input' ))
You can’t perform that action at this time.
0 commit comments