passing get, file list and file delete tests
This commit is contained in:
parent
5e509c9fd6
commit
396c49f7c6
2 changed files with 5 additions and 1 deletions
tests/integration
|
@ -10,7 +10,7 @@ class FileCommands(CommandTestCase):
|
|||
await self.make_claim('foo', '0.01')
|
||||
await self.make_claim('foo2', '0.01')
|
||||
|
||||
file1, file2 = self.daemon.jsonrpc_file_list()
|
||||
file1, file2 = self.daemon.jsonrpc_file_list('claim_name')
|
||||
self.assertEqual(file1['claim_name'], 'foo')
|
||||
self.assertEqual(file2['claim_name'], 'foo2')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue