Skip to content

Add contract test: bump_stream() on a nonexistent stream ID returns StreamNotFound #658

Description

@Austinaminu2

Description

Every other read/write contract function has a negative-path test for a nonexistent stream ID, but `bump_stream()` does not.

Task

Add a test calling `bump_stream()` with an invalid/nonexistent stream ID and asserting it returns `StreamError::StreamNotFound`, matching the pattern used for the equivalent tests on other functions.

Good for contributors because

Small, mechanical test addition following an existing, well-established pattern in the test suite.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions