Closed manoranjith closed 3 years ago
Added test cases for both collaborative and non-collaborative close in integration tests.
Implementation Task
Closes #163.
The test cases are added to Test_Integ_Role.
Test_Integ_Role
ganache-cli -b 1 --account="0x1fedd636dbc7e8d41a0622a2040b86fea8842cef9d4aa4c582aad00465b7acff,100000000000000000000" --account="0xb0309c60b4622d3071fad3e16c2ce4d0b1e7758316c187754f4dd0cfb44ceb33,100000000000000000000"
cd session && go test -cover -p 1 -count=1 -tags=integration -run Test_Integ_Role
Rebasing to latest develop branch
I have accepted your changes, can you please review it again. @anagha-ks
Description
Added test cases for both collaborative and non-collaborative close in integration tests.
Category
Implementation Task
Relevant issue
Closes #163.
Testing
The test cases are added to
Test_Integ_Role
.Steps to run the tests
Checklist