Package renamed impact
Some checks failed
Dotnet build and test / build (pull_request) Has been cancelled

This commit is contained in:
Paul Schneider 2026-08-25 20:30:39 +01:00
commit 6d6c4f2a8a
Signed by: notazof
GPG key ID: 1DD5D838E5343B06
3 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ namespace PostIt.Tests;
/// </summary>
public class AndroidAppLaunchTests
{
private const string PackageName = "fr.pschneider.PostIt";
private const string PackageName = "fr.pschneider.postit";
private readonly ITestOutputHelper _output;