Skip to content

Commit 2a2851a

Browse files
fix linting
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
1 parent 622f245 commit 2a2851a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libs/providers/go-feature-flag/src/lib/go-feature-flag-provider.spec.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -896,9 +896,9 @@ describe('GoFeatureFlagProvider', () => {
896896
userKey: 'user-key',
897897
},
898898
],
899-
meta: { provider: 'open-feature-js-sdk' },
899+
meta: { provider: 'js', openfeature: true },
900900
};
901-
expect(want).toEqual(got);
901+
expect(got).toEqual(want);
902902
});
903903

904904
it('should call the data collector when waiting more than the dataFlushInterval', async () => {
@@ -1046,7 +1046,7 @@ describe('GoFeatureFlagProvider', () => {
10461046
],
10471047
meta: { provider: 'js', openfeature: true, nodeJSVersion: '14.17.0', appVersion: '1.0.0', identifier: 123 },
10481048
};
1049-
expect(want).toEqual(got);
1049+
expect(got).toEqual(want);
10501050
});
10511051
});
10521052
describe('polling', () => {

0 commit comments

Comments
 (0)