File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -624,10 +624,10 @@ class Test_SnapshotBase(OpenTelemetryBase):
624624 def test_ctor (self ):
625625 session = build_session ()
626626 derived = _build_snapshot_derived (session = session )
627-
627+
628628 # Attributes from _SessionWrapper.
629629 self .assertIs (derived ._session , session )
630-
630+
631631 # Attributes from _SnapshotBase.
632632 self .assertTrue (derived ._read_only )
633633 self .assertFalse (derived ._multi_use )
@@ -636,7 +636,7 @@ def test_ctor(self):
636636 self .assertIsNone (derived ._transaction_id )
637637 self .assertIsNone (derived ._precommit_token )
638638 self .assertIsInstance (derived ._lock , type (Lock ()))
639-
639+
640640 self .assertNoSpans ()
641641
642642 def test__build_transaction_selector_pb_single_use (self ):
You can’t perform that action at this time.
0 commit comments