Skip to content

Commit 7d2fa37

Browse files
committed
Fix copy-paste typo in localization-utils.test
1 parent b22a5e1 commit 7d2fa37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utilities/localization-utils.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ describe("LocalizationUtils", () => {
7575
// #region cultureFactory
7676
// -----------------------------------------------------------------------------------------
7777

78-
describe("currentCultureCode", () => {
78+
describe("cultureFactory", () => {
7979
test("when base set and culture null, returns new culture with base properties", () => {
8080
// Arrange & Act
8181
const result = LocalizationUtils.cultureFactory(

0 commit comments

Comments
 (0)