Skip to content

Commit 3df7d9e

Browse files
committed
ut stat
1 parent 41436fb commit 3df7d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_unittests/ut_helpers/test_log_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def test_cube_logs_performance_cube_time(self):
268268
cube = CubeLogsPerformance(dfs, keep_last_date=True)
269269
cube.load()
270270
ct = cube.clone()
271-
self.assertEqual((52, 106), ct.shape)
271+
self.assertEqual((52, 111), ct.shape)
272272

273273
def test_duplicate(self):
274274
df = pandas.DataFrame(

0 commit comments

Comments
 (0)