Details
Details
- Reviewers
tomek varun - Commits
- rCOMMa531a7b440e3: [services] Tests - Blob - Add test logic
cd services yarn run-integration-tests blob
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
services/commtest/tests/blob_test.rs | ||
---|---|---|
58 | we should have an assert here |
services/commtest/tests/blob_test.rs | ||
---|---|---|
58 | nvm. i assume that you're using asserts in the remove::run function to check that the state matches the expectation |
services/commtest/tests/blob_test.rs | ||
---|---|---|
58 | sorry, ignore my last comment. you added the assert i was initially looking for to check that the items were removed successfully |
services/commtest/tests/blob_test.rs | ||
---|---|---|
25 ↗ | (On Diff #14032) | Why are these lines so long? Don't we have Rust configured to limit line length to 80 chars? |
Comment Actions
run fmt
services/commtest/tests/blob_test.rs | ||
---|---|---|
25 ↗ | (On Diff #14032) | something is wrong with the hooks/formatter |