Skip to content

Commit 89317ae

Browse files
committed
chore: fix spelling: workspaces
Signed-off-by: Josh Soref <[email protected]>
1 parent 6e4b484 commit 89317ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tap-snapshots/test/lib/commands/sbom.js.test.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ exports[`test/lib/commands/sbom.js TAP sbom extraneous dep > must match snapshot
791791
}
792792
`
793793

794-
exports[`test/lib/commands/sbom.js TAP sbom loading a tree containing workspaces should filter worksapces with --workspace > must match snapshot 1`] = `
794+
exports[`test/lib/commands/sbom.js TAP sbom loading a tree containing workspaces should filter workspaces with --workspace > must match snapshot 1`] = `
795795
{
796796
"spdxVersion": "SPDX-2.3",
797797
"dataLicense": "CC0-1.0",

test/lib/commands/sbom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ t.test('sbom', async t => {
581581
workspaces: false,
582582
}))
583583

584-
t.test('should filter worksapces with --workspace', t => mockWorkspaces(t, [], {
584+
t.test('should filter workspaces with --workspace', t => mockWorkspaces(t, [], {
585585
'sbom-format': 'spdx',
586586
workspace: 'a',
587587
}))

0 commit comments

Comments
 (0)