We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf27f7 commit 8fc0a1cCopy full SHA for 8fc0a1c
test/mocha/10-api.js
@@ -1,5 +1,5 @@
1
/*!
2
- * Copyright (c) 2020-2024 Digital Bazaar, Inc. All rights reserved.
+ * Copyright (c) 2020-2025 Digital Bazaar, Inc. All rights reserved.
3
*/
4
import * as helpers from './helpers.js';
5
import {config} from '@bedrock/core';
@@ -863,7 +863,7 @@ describe('bedrock-profile-http', () => {
863
result.status.should.equal(400);
864
result.ok.should.equal(false);
865
result.data.message.should.equal(
866
- `A validation error occured in the 'Create Interaction' validator.`);
+ `A validation error occurred in the 'Create Interaction' validator.`);
867
});
868
it('fails to create a new interaction with unknown workflow', async () => {
869
let result;
0 commit comments