Skip to content

Test stream writable state

First contribution here, this one cleans up one of the test cases to improve the error message thrown when the test fails. It used to be in the form of:

AssertionError [ERR_ASSERTION]: two chunks to write

Now, with this change, error message is in the form of:


AssertionError [ERR_ASSERTION]: Input A expected to strictly equal input B:
+ expected - actual

- 2
+ 3
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading