Skip to content

Commit

Permalink
removed space
Browse files Browse the repository at this point in the history
  • Loading branch information
YoussefBouch committed Dec 19, 2024
1 parent 32e20c4 commit 80d7e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Person.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { LONG, SHORT, STAGE, BROWSER } from "../base/tags";
import { deletePersonenBySearchStrings, deleteRolleById, deleteRolleByName } from "../base/testHelperDeleteTestdata.ts";
import { landesadminRolle, schuelerRolle, schuladminOeffentlichRolle } from "../base/rollen.ts";
import { generateNachname, generateVorname, generateRolleName, generateKopersNr } from "../base/testHelperGenerateTestdataNames.ts";
import { testschule665, testschule } from "../base/organisation.ts";
import { testschule665, testschule } from "../base/organisation.ts";
import { gotoTargetURL } from "../base/testHelperUtils.ts";

const PW: string | undefined = process.env.PW;
Expand Down

0 comments on commit 80d7e0b

Please sign in to comment.