Browse Source

Fix comment in createChannel flow

Leszek Wiesner 3 years ago
parent
commit
e0ca4d8884
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/network-tests/src/flows/clis/createChannel.ts

+ 1 - 1
tests/network-tests/src/flows/clis/createChannel.ts

@@ -23,7 +23,7 @@ export default async function createChannel({ api, env, query }: FlowProps): Pro
   const channelOwnerBalance = api.consts.storage.dataObjectDeletionPrize.muln(2)
   const channelOwnerBalance = api.consts.storage.dataObjectDeletionPrize.muln(2)
   await api.treasuryTransferBalance(channelOwnerKeypair.key.address, channelOwnerBalance)
   await api.treasuryTransferBalance(channelOwnerKeypair.key.address, channelOwnerBalance)
 
 
-  // Create CLI's
+  // Create Joystream CLI
   const tmpFileManager = new TmpFileManager()
   const tmpFileManager = new TmpFileManager()
   const joystreamCli = new JoystreamCLI(tmpFileManager)
   const joystreamCli = new JoystreamCLI(tmpFileManager)