Add deprecation notice

This commit is contained in:
badaix 2025-01-26 22:37:59 +01:00
parent 23107d62f9
commit 054706e608
5 changed files with 44 additions and 13 deletions

View file

@ -224,7 +224,6 @@ TEST_CASE("JWT")
TEST_CASE("Uri")
{
using namespace streamreader;
StreamUri uri("pipe:///tmp/snapfifo?name=default&codec=flac");
REQUIRE(uri.scheme == "pipe");
REQUIRE(uri.path == "/tmp/snapfifo");