Skip to content

Commit

Permalink
Updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
minhtuevo committed Sep 13, 2024
1 parent 1fc105b commit 4f256e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unittests/dataset_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -709,6 +709,7 @@ def test_rollup_field_simple(self):
# Get the rollup field, check read only
rollup_field = dataset.get_field(rollup_field_path)
self.assertTrue(rollup_field.read_only)
self.assertEqual(rollup_field.info, {"_frame_rollup": "gt"})

# Delete rollup field
dataset.delete_frame_rollup_field(rollup_field_path)
Expand Down

0 comments on commit 4f256e0

Please sign in to comment.