Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Gerrit Burger <[email protected]>
  • Loading branch information
vlacerda and Gerrit88 authored Jun 6, 2024
1 parent 4c2ff79 commit 28ff2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib/src/integrations/optimizely.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ describe('Optimizely Integration', () => {

testAudienceSegmentationCacheBusting(toggle, activateMock)

it("Returns Optimizely's value when no arguments supplied using", () => {
it("Returns Optimizely's value when no arguments supplied", () => {
// maps to a, b, c
expect(toggle('foo')).toEqual('b')
expect(toggle('bar')).toEqual('a')
Expand Down

0 comments on commit 28ff2e4

Please sign in to comment.