Skip to content

Commit

Permalink
Update react-components/src/data-providers/core-dm-provider/listMappe…
Browse files Browse the repository at this point in the history
…dFdmNodes.test.ts

Co-authored-by: Fredrik Anfinsen <[email protected]>
  • Loading branch information
haakonflatval-cognite and BugGambit authored Mar 3, 2025
1 parent 7352db7 commit 1f09a24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const assetNode2 = {
};

describe(listMappedFdmNodes.name, () => {
it('lists nothing when no revisions are input', async () => {
it('returns empty array when no revisions are provided', async () => {
const fdmSdkMock = new Mock<FdmSDK>();

const result = await listMappedFdmNodes([], [], undefined, 1000, fdmSdkMock.object());
Expand Down

0 comments on commit 1f09a24

Please sign in to comment.