Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
Fix complex-example test
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed Sep 24, 2018
1 parent 0bf315b commit f5c850a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/lib-complex/test/App.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ contract('App', ([_, owner, donor, wallet]) => {
describe('when queried for the implementation', function() {

it('returns a valid address', async function() {
const implementation = await this.app.directories[initialVersion].getImplementation(contractName)
const implementation = await this.app.directory.getImplementation(contractName)

implementation.should.be.nonzeroAddress
});
Expand Down

0 comments on commit f5c850a

Please sign in to comment.