Skip to content

Commit 8fc0a1c

Browse files
committed
Fix typo in test assertion.
1 parent cdf27f7 commit 8fc0a1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/mocha/10-api.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Copyright (c) 2020-2024 Digital Bazaar, Inc. All rights reserved.
2+
* Copyright (c) 2020-2025 Digital Bazaar, Inc. All rights reserved.
33
*/
44
import * as helpers from './helpers.js';
55
import {config} from '@bedrock/core';
@@ -863,7 +863,7 @@ describe('bedrock-profile-http', () => {
863863
result.status.should.equal(400);
864864
result.ok.should.equal(false);
865865
result.data.message.should.equal(
866-
`A validation error occured in the 'Create Interaction' validator.`);
866+
`A validation error occurred in the 'Create Interaction' validator.`);
867867
});
868868
it('fails to create a new interaction with unknown workflow', async () => {
869869
let result;

0 commit comments

Comments
 (0)