WIP: KreditsKit tests #176

Closed
haythem96 wants to merge 1 commits from tests/contracts-kit into master
haythem96 commented 2019-09-23 00:18:31 +00:00 (Migrated from github.com)

Had problem testing the Kit with the Vault app so decided to write tests for the current Kit... still have errors

Had problem testing the Kit with the Vault app so decided to write tests for the current Kit... still have errors
haythem96 commented 2019-09-23 00:20:52 +00:00 (Migrated from github.com)

@bumi I never understood why the function _installApp(Kernel _dao, bytes32 _appId) internal returns (AragonApp) why don't we just use:

dao.newAppInstance(
                appIds[0],
                latestVersionAppBase(appIds[0]),
                new bytes(0),
                true
            )
@bumi I never understood why the function `_installApp(Kernel _dao, bytes32 _appId) internal returns (AragonApp)` why don't we just use: ``` dao.newAppInstance( appIds[0], latestVersionAppBase(appIds[0]), new bytes(0), true ) ```
haythem96 commented 2019-09-23 00:21:36 +00:00 (Migrated from github.com)

For some reason the newInstance() revert in the test...

For some reason the `newInstance()` revert in the test...
raucao commented 2021-11-14 22:46:12 +00:00 (Migrated from github.com)

Closing due to inactivity. Please feel free to re-open.

Closing due to inactivity. Please feel free to re-open.

Pull request closed

Sign in to join this conversation.
No description provided.