-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[C4GT] Network-Score: Add tests for SpaceMismatch
#304
Comments
Hey @vatsa287 sir I would love to work on this project.. Please assign this to me if possible |
Hey @vatsa287 . If its available, I would like to contribute to this project. Kindly assign this to me. Looking forward |
Hello @vatsa287 Can you please assign this issue to me under Augtoberfest24 C4GT, I want to work on this, as I have worked on testing part of 3 projects I can add testcases for this. |
Hello @hlukare |
Yes, I am working on it.
…On Fri, 23 Aug 2024, 11:38 Vedant Khairnar, ***@***.***> wrote:
Hello @hlukare <https://github.com/hlukare>
Do you need any help in implementing this?
Pls do let us know. Thanks.
—
Reply to this email directly, view it on GitHub
<#304 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/A4VCF4XQPL7JMLU3NYWRPATZS3GVDAVCNFSM6AAAAABC2Q4AJ6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBWGM2TQNZYGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hello @hlukare |
Hello @VedantKhairnar, Thank you for offering assistance! Could you please provide some more details about where the SpaceMismatch error is returned within the codebase? Specifically, in which functions or parts of the pallet-network-score module should I focus on for adding the test cases? Your guidance would be very helpful in moving forward with this issue. Thanks! |
^^ @hlukare
You can find it at See the method doc for the error details
|
Description
Subtask under : cord-network/community#7
New testcase can be tested under
cargo test -p pallet-network-score
after adding it in the code.Goals
SpaceMismatch
for pallet/network-scoreExpected Outcome
SpaceMismatch
being returned properly in all the possible calls.Acceptance Criteria
NA
Implementation Details
Look at other test cases, and add a test case for the same.
Ex: In pallets/network-membership check method
test_duplicate_member_request
which validates error codeMembershipAlreadyAcquired
Mockups / Wireframes
NA
Product Name
CORD
Organization Name
Dhiway
Domain
Blockchain
Tech Skills Needed
Rust
Mentor(s)
@amarts
Complexity
[Low]
Category
[Test]
Sub Category
[Beginner friendly]
The text was updated successfully, but these errors were encountered: