Skip to content

Commit 73353fa

Browse files
fix lint
1 parent 0e0b304 commit 73353fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/feature-management/test/targetingFilter.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ describe("targeting filter", () => {
143143
getTargetingContext: () => {
144144
return { userId: userId, groups: groups };
145145
}
146-
}
146+
};
147147
const provider = new ConfigurationMapFeatureFlagProvider(dataSource);
148148
const featureManager = new FeatureManager(provider, {targetingContextAccessor: testTargetingContextAccessor});
149149

src/feature-management/test/variant.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ describe("variant assignment with targeting context accessor", () => {
100100
getTargetingContext: () => {
101101
return { userId: userId, groups: groups };
102102
}
103-
}
103+
};
104104
const provider = new ConfigurationObjectFeatureFlagProvider(featureFlagsConfigurationObject);
105105
const featureManager = new FeatureManager(provider, {targetingContextAccessor: testTargetingContextAccessor});
106106
userId = "Marsha";

0 commit comments

Comments
 (0)