This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git


The following commit(s) were added to refs/heads/master by this push:
     new 6033905  SCB-2204 Try fix test case
6033905 is described below

commit 6033905e3d71ea4586dbbd75c418c50fd5bd2638
Author: zhanglei <zhang...@apache.org>
AuthorDate: Wed Mar 3 15:14:23 2021 +0800

    SCB-2204 Try fix test case
---
 .../src/test/resources/alpha_records_transaction_events.feature        | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/acceptance-tests/acceptance-pack-akka-spring-demo/src/test/resources/alpha_records_transaction_events.feature
 
b/acceptance-tests/acceptance-pack-akka-spring-demo/src/test/resources/alpha_records_transaction_events.feature
index 4f0aa48..af02262 100644
--- 
a/acceptance-tests/acceptance-pack-akka-spring-demo/src/test/resources/alpha_records_transaction_events.feature
+++ 
b/acceptance-tests/acceptance-pack-akka-spring-demo/src/test/resources/alpha_records_transaction_events.feature
@@ -185,11 +185,10 @@ Feature: Alpha records transaction events
       | booking | SagaAbortedEvent  |
       | car     | TxCompensateAckFailedEvent |
       | car     | TxCompensateAckFailedEvent |
-      | car     | TxCompensateAckFailedEvent |
 
     Then Car Service contains the following booking orders
       | id | name | amount | confirmed | cancelled |
       | 1  | Sean | 5      | true     | false      |
 
     Then Hotel Service contains the following booking orders
-      | id | name | amount | confirmed | cancelled |
\ No newline at end of file
+      | id | name | amount | confirmed | cancelled |

Reply via email to