Skip to content

Commit

Permalink
ConverterTests: drop the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Feb 13, 2025
1 parent bc8ac20 commit dd92dbb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions TdLib.Tests/Api/ConverterTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2024 tdsharp contributors <https://github.com/egramtel/tdsharp>
// SPDX-FileCopyrightText: 2024-2025 tdsharp contributors <https://github.com/egramtel/tdsharp>
//
// SPDX-License-Identifier: MIT

Expand Down Expand Up @@ -77,8 +77,5 @@ public void BezierCurveDeserializedCorrectly()
{
throw new XunitException("Data is not a properly-formed message");
}

// removed test since it seems now to be implemented via GetStickerOutlineAsync

}
}

0 comments on commit dd92dbb

Please sign in to comment.