Skip to content

Commit 5c51c1f

Browse files
committed
fix: Issue with tests
- Was importing from test-utils, which is not where TestUtils is located on v0.85
1 parent 9cf9e57 commit 5c51c1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/iris-grid/src/sidebar/RollupRows.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { type dh as DhType } from '@deephaven/jsapi-types';
2-
import { TestUtils } from '@deephaven/test-utils';
2+
import { TestUtils } from '@deephaven/utils';
33
import RollupRows from './RollupRows';
44

55
it('should allow all column types to be groupable', () => {

0 commit comments

Comments
 (0)