Skip to content

Commit 3e0dddb

Browse files
philvarnerCopilot
andauthored
Update tests/system/test-ingest.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a3233dc commit 3e0dddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/test-ingest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ test('Unknown command fails ingest', async (t) => {
683683
async () => ingestItem(
684684
{
685685
type: 'action',
686-
command: 'non-existant-command',
686+
command: 'non-existent-command',
687687
collection: collection.id
688688
}
689689
),

0 commit comments

Comments
 (0)