Skip to content

Commit

Permalink
Correct describe.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Aug 5, 2024
1 parent 0606dcd commit 2870407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/settings/complex-settings.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { TemporaryDefines } from '@src/helpers/temporary-defines';
import { ComplexSettings } from '@src/settings/complex-settings';
import { TestImages } from '@test/test-images';

describe('ConnectedComponentsSettings', () => {
describe('ComplexSettings', () => {
const settings = new ComplexSettings(ComplexOperator.Multiply);
settings.signalToNoiseRatio = 42;

Expand Down

0 comments on commit 2870407

Please sign in to comment.