Package renamed impact

This commit is contained in:
Paul Schneider 2026-08-25 20:30:39 +01:00
commit c16345674b
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;