Skip to content

Commit

Permalink
test: nut failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Nov 11, 2024
1 parent 789c98a commit c7c9807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/nuts/local/customLabelsMetadataKeyTranslation.nut.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ describe('end-to-end-test for custom labels', () => {
state: ComponentStatus.Created,
fullName: 'Test1',
};
expect(getMetadataKeyFromFileResponse(testResponse)).to.deep.equal(['CustomLabel__Label1']);
expect(getMetadataKeyFromFileResponse(testResponse)).to.deep.equal(['CustomLabel###Label1']);
});
});

0 comments on commit c7c9807

Please sign in to comment.