Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ihincks committed Nov 1, 2024
1 parent 4ad0b6c commit d95c0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/test_execution_span.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def test_duration(self):

def test_repr(self):
"""Test the repr method"""
expect = "start='2024-10-11 04:31:30', stop='2024-10-11 04:31:34', size=14"
expect = "start='2024-10-11 04:31:30', stop='2024-10-11 04:31:34', size=11"
self.assertEqual(repr(self.span1), f"TwirledSliceSpan(<{expect}>)")

def test_size(self):
Expand Down

0 comments on commit d95c0ac

Please sign in to comment.