Skip to content

Commit

Permalink
fix: test status
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathannorris committed Jan 26, 2024
1 parent 3bd746a commit ffd4926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/nodejs/__tests__/initialize.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describe('NodeJS SDK Initialize', () => {
const provider =
initializeDevCycle('dvc_server_token').getOpenFeatureProvider()
expect(provider).toBeDefined()
expect(provider.status).toBe('NOT READY')
expect(provider.status).toBe('NOT_READY')
await OpenFeature.setProviderAndWait(provider)
expect(provider.status).toBe('READY')
const client = OpenFeature.getClient()
Expand Down

0 comments on commit ffd4926

Please sign in to comment.