Skip to content

Commit

Permalink
Update src/migrateContentServer.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
NZepeda authored Jul 31, 2024
1 parent 96a710a commit 6f50c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/migrateContentServer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ describe("migrateContentServer", () => {
);
});

it("migrates the KPI custom titles while dropping custom titles with an empty `tupleKey` for their location", async () => {
it("migrates the KPI custom titles while dropping custom titles that could not be successfully migrated", async () => {
const contentServer: ContentRecord = {
children: {
ui: smallLegacyUIFolderWithInvalidKpiTitle,
Expand Down

0 comments on commit 6f50c45

Please sign in to comment.