passing get, file list and file delete tests

This commit is contained in:
Lex Berezhny 2019-02-12 11:30:40 -05:00
parent 5e509c9fd6
commit 396c49f7c6
2 changed files with 5 additions and 1 deletions
tests/integration

View file

@ -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')