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 f501d24 commit 96e73c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public void BuildsWithSpecialCharacters(string id, string projectName, string ex

EnableTizen(projectFile);

var doc = XDocument.Load(docPath);
var doc = XDocument.Load(projectFile);
var appId = doc.Root.Elements("PropertyGroup").Element("ApplicationId").Value;
Assert.AreEqual($"com.companyname.{expectedId}", appId);

Expand Down

0 comments on commit 96e73c7

Please sign in to comment.