Skip to content

Commit 8e14b0f

Browse files
committed
test: remove error name assertion
1 parent ed01875 commit 8e14b0f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/nuts/seeds/deploy.metadata.metadata.seed.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ context('deploy metadata --metadata NUTs [name: %REPO_NAME%]', () => {
5353
it('should throw an error if the metadata is not valid', async () => {
5454
const deploy = await testkit.deploy({ args: '--metadata DOES_NOT_EXIST', exitCode: 1 });
5555
assert(deploy);
56-
testkit.expect.errorToHaveName(deploy, 'SfError');
5756
});
5857

5958
it('should not deploy metadata outside of a package directory', async () => {

0 commit comments

Comments
 (0)