Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
fixing line length
Browse files Browse the repository at this point in the history
Signed-off-by: Amber Torrise <112635587+ATorrise@users.noreply.github.com>
  • Loading branch information
ATorrise committed Jul 26, 2023
1 parent 5c351d9 commit 0de219e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/config/__tests__/ProfileInfo.TeamConfig.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,8 @@ describe("TeamConfig ProfileInfo tests", () => {
const expectedDefaultProfileNameBase = "base_glob";
const expectedDefaultProfileNameDummy = "LPAR4";
let actualDefaultProfiles = 0;
let expectedProfileNames = ["LPAR1", "LPAR2", "LPAR3", "LPAR1.tsoProfName", "LPAR1.tsoProfName.tsoSubProfName", "base_glob", "LPAR4", "LPAR5"];
let expectedProfileNames = ["LPAR1", "LPAR2", "LPAR3", "LPAR1.tsoProfName", "LPAR1.tsoProfName.tsoSubProfName",
"base_glob", "LPAR4", "LPAR5"];

const profInfo = createNewProfInfo(teamProjDir);
await profInfo.readProfilesFromDisk();
Expand Down

0 comments on commit 0de219e

Please sign in to comment.