Skip to content

Commit 400ae35

Browse files
fix test name
1 parent 71e8445 commit 400ae35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/mindee/workflow/WorkflowIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ protected Execution<GeneratedV1> getFinancialDocumentWorkflow(String workflowId)
4343

4444

4545
@Test
46-
public void givenAPDF_shouldExtractInvoicesStrict() throws IOException {
46+
public void givenAWorkflowIDShouldReturnACorrectWorkflowObject() throws IOException {
4747
Execution<GeneratedV1> execution = getFinancialDocumentWorkflow(System.getenv("WORKFLOW_ID"));
4848

4949
Assertions.assertEquals("low", execution.getPriority());

0 commit comments

Comments
 (0)