Skip to content

Commit 8bc67b9

Browse files
author
Dmitriy Dulger
committed
annotations rework
Signed-off-by: Dmitriy Dulger <[email protected]>
1 parent f82c488 commit 8bc67b9

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

modules/client/src/test/kotlin/jp/co/soramitsu/iroha2/InstructionsTest.kt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,6 @@ class InstructionsTest : IrohaTest<Iroha2Client>() {
114114

115115
@Test
116116
@Disabled // EXAMPLE
117-
@Story("Account registers a domain manual via docker-compose")
118-
@Feature("Accounts")
119-
@Permission("no_permission_required")
120-
@SdkTestId("account_registers_domain_manual_via_docker_compose")
121117
@WithIrohaManual(
122118
account = ALICE_ACCOUNT_ID_VALUE,
123119
publicKey = "7233bfc89dcbd68c19fde6ce6158225298ec1131b6a130d1aeb454c1ab5183c0",
@@ -964,9 +960,9 @@ class InstructionsTest : IrohaTest<Iroha2Client>() {
964960
}
965961

966962
@Test
967-
@Story("Account queries an assets with response given fetch size")
963+
@Story("Account queries an assets with custom fetch size")
968964
@Permission("no_permission_required")
969-
@SdkTestId("query_an_assets_with_respond_given_fetch_size")
965+
@SdkTestId("query_an_assets_with_custom_fetch_size")
970966
@WithIroha([DefaultGenesis::class], fetchSize = 111)
971967
fun `iroha respond with given fetch size`(): Unit = runBlocking {
972968
val fetchSize = 111

0 commit comments

Comments
 (0)