Skip to content

Commit

Permalink
corrected path
Browse files Browse the repository at this point in the history
  • Loading branch information
znonthedev committed Dec 29, 2023
1 parent 40bdb43 commit 650eedc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/e2e/step-definitions/evaluation.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
ResolutionDetails,
StandardResolutionReasons,
} from '@openfeature/core';
import { OpenFeature, ProviderEvents, InMemoryProvider } from '../../src';
import { OpenFeature, ProviderEvents, InMemoryProvider } from '../..';
// load the feature file.
const feature = loadFeature('packages/client/e2e/features/evaluation.feature');

Expand Down

0 comments on commit 650eedc

Please sign in to comment.