Skip to content

Commit

Permalink
fixed test order
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodolfo committed Dec 5, 2024
1 parent 816da50 commit 8ccaf43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ class AccountTransferScenarioTest : AbstractCrabletTest() {
}

@Test
@Order(5)
@Order(6)
fun `it can transfer $1 from Account 1 to Account 2 within the same db transaction`(testContext: VertxTestContext) {
val domainIdentifiers = listOf(
DomainIdentifier(name = StateName("Account"), id = StateId("1")),
Expand Down

0 comments on commit 8ccaf43

Please sign in to comment.