Skip to content

Commit de3f40f

Browse files
committed
change emit to on_emit
1 parent 6a227a9 commit de3f40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/tests/logs/test_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def test_handler_custom_log_level(self):
6464

6565
def test_handler_calling_flush_does_not_cause_deadlock(self):
6666
class LogProcessorThatAccessesLockOnFlush(LogRecordProcessor):
67-
def emit(self, log_data: LogData):
67+
def on_emit(self, log_data: LogData):
6868
pass
6969

7070
def shutdown(self):

0 commit comments

Comments
 (0)