Skip to content

Commit

Permalink
Update Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Nov 4, 2023
1 parent e6b536c commit bf4504a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ricaun.Revit.UI.Tests/RevitLanguageTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@ public void Languages_NotValid_CultureInfoName()
}
}

[Test]
public void Languages_GetLanguageType()
{
var language = application.Language;
Assert.AreEqual(LanguageExtension.GetLanguageType(), language);
}

[Test]
public void Languages_IsLanguage()
{
Expand Down

0 comments on commit bf4504a

Please sign in to comment.