Skip to content

Commit 9b45309

Browse files
committed
Run precommit
1 parent 3f7c4fd commit 9b45309

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

opentelemetry-api/tests/logs/test_log_record.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,3 @@ class TestLogRecord(unittest.TestCase):
2525
def test_log_record_observed_timestamp_default(self, time_ns_mock): # type: ignore
2626
time_ns_mock.return_value = OBSERVED_TIMESTAMP
2727
self.assertEqual(LogRecord().observed_timestamp, OBSERVED_TIMESTAMP)
28-
29-
def test_context_used_by_default(self):
30-
record = LogRecord()
31-

0 commit comments

Comments
 (0)