# File lib/deep_test/worker.rb, line 47
47:       def ==(other)
48:         work_unit == other.work_unit &&
49:             error == other.error
50:       end