Skip to content

Commit 5f1228b

Browse files
committed
code review fixes
1 parent ab624ca commit 5f1228b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apiVerificationSteps.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { DataTable, Then } from '@cucumber/cucumber';
22
import { getValidation } from '@qavajs/validation';
3-
import { MemoryValue, Validation } from '@qavajs/core/src/load';
3+
import { MemoryValue, Validation } from '@qavajs/core';
44

55
/**
66
* Verifying that response contains all models

0 commit comments

Comments
 (0)