Skip to content

Commit 5c2ef0f

Browse files
committed
Updating name of the java file
1 parent 28e4fe0 commit 5c2ef0f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/integration.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Feature: integration print the correct messages
22

33
Scenario:
4-
Given integration basic is running
5-
Then integration basic should print Information stored
4+
Given integration transformations is running
5+
Then integration transformations should print Information stored
66

test/yaks-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ pre:
55
- name: integrations
66
run: |
77
kamel install -w -n ${YAKS_NAMESPACE}
8-
kamel run ../Basic.java -n ${YAKS_NAMESPACE}
8+
kamel run ../Transformations.java -n ${YAKS_NAMESPACE}

0 commit comments

Comments
 (0)