File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ describe('TransactionHttp', () => {
230230 ) ;
231231 const signedTransaction = mosaicGlobalRestrictionTransaction . signWith ( account , generationHash ) ;
232232
233- listener . confirmed ( account . address ) . subscribe ( ( transaction : MosaicAliasTransaction ) => {
233+ listener . confirmed ( account . address ) . subscribe ( ( transaction : Transaction ) => {
234234 done ( ) ;
235235 } ) ;
236236 listener . status ( account . address ) . subscribe ( ( error ) => {
@@ -255,7 +255,7 @@ describe('TransactionHttp', () => {
255255 Deadline . create ( ) ,
256256 mosaicId ,
257257 new MosaicId ( UInt64 . fromUint ( 0 ) . toDTO ( ) ) ,
258- UInt64 . fromUint ( 9999 ) ,
258+ UInt64 . fromUint ( 4444 ) ,
259259 UInt64 . fromUint ( 10 ) ,
260260 MosaicRestrictionType . GE ,
261261 UInt64 . fromUint ( 1 ) ,
@@ -308,7 +308,6 @@ describe('TransactionHttp', () => {
308308 listener . confirmed ( account . address ) . subscribe ( ( transaction : Transaction ) => {
309309 done ( ) ;
310310 } ) ;
311- console . log ( SignedTransaction ) ;
312311 listener . status ( account . address ) . subscribe ( ( error ) => {
313312 console . log ( 'Error:' , error ) ;
314313 assert ( false ) ;
You can’t perform that action at this time.
0 commit comments