Skip to content

Commit aa4d61f

Browse files
committed
Fix test cases
1 parent 4f836ec commit aa4d61f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/core/audience_evaluator/index.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ describe('lib/core/audience_evaluator', () => {
115115
});
116116

117117
describe('APIs', () => {
118-
context('with default condition evaluator', () => {
118+
describe('with default condition evaluator', () => {
119119
beforeEach(() => {
120120
audienceEvaluator = vi.mocked(createAudienceEvaluator);
121121
});

0 commit comments

Comments
 (0)