You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 3, 2019. It is now read-only.
assert.equal(logTemplateCreated._creator,accounts[2],'legal delegate creator address wasnt found in event subscription');//'offeringtype' from make_examples.js
195
+
assert.isAbove(logTemplateCreated._template.length,20,'template address wasnt found in event subscription');
196
+
assert.equal(logTemplateCreated._offeringType,"offeringtype",'offering type wasnt found in event subscription');//'offeringtype' from make_examples.js
assert.equal(logNewProvider.providerAddress,kycProvider,'kycProvider address wasnt found in event subscription');
170
+
assert.equal(logNewProvider.name,'Provider','Name of kycProvider wasnt found in event subscription');
171
+
assert.equal(logNewProvider.details,'0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855','Details wasnt found in event subscription');//details hash from make_examples.js
0 commit comments