Skip to content

Commit

Permalink
Update TemplateTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow authored Dec 13, 2023
1 parent b7a8eaa commit c6a7854
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public void BuildsWithSpecialCharacters(string id, string projectName, string ex
EnableTizen(projectFile);

var doc = XDocument.Load(projectFile);
var appId = doc.Root
var appId = doc.Root!
.Elements("PropertyGroup")
.Elements("ApplicationId")
.Single()
Expand Down

0 comments on commit c6a7854

Please sign in to comment.