File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
modules/client/src/test/kotlin/jp/co/soramitsu/iroha2 Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments