Skip to content

Commit

Permalink
Fix name of test stream error category
Browse files Browse the repository at this point in the history
Although the code for the test stream has been taken from beast we
should name the errors being generated with this library name.
  • Loading branch information
laudrup committed Feb 26, 2024
1 parent 4ac6589 commit 1d8047e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_stream/impl/error.ipp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public:
const char*
name() const noexcept override
{
return "boost.beast.test";
return "wintls.test";
}

inline
Expand Down

0 comments on commit 1d8047e

Please sign in to comment.