Skip to content

Commit

Permalink
update describe api unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrecoin committed Jul 9, 2024
1 parent a149e2a commit dfc2f35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { createFlashAssessmentConfiguration } from '../../../../../../src/certif
import { domainBuilder, expect, sinon } from '../../../../../test-helper.js';

describe('Unit | Domain | UseCases | create-flash-assessment-configuration', function () {
it('should update the active flash assessment configuration', async function () {
it('should create an active flash assessment configuration', async function () {
// given
const flashAlgorithmConfigurationRepository = {
getMostRecent: sinon.stub(),
Expand Down

0 comments on commit dfc2f35

Please sign in to comment.