mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 03:56:59 +00:00
chore: remove comment
This commit is contained in:
parent
4af17dfa2d
commit
c6fbc1585c
1 changed files with 1 additions and 2 deletions
|
|
@ -12,7 +12,6 @@ Deno.test("Throws when no email is provided", async () => {
|
|||
);
|
||||
});
|
||||
|
||||
// throws when no password is provided
|
||||
Deno.test("Throws when no password is provided", async () => {
|
||||
const client = new ParentClient("email", "");
|
||||
await assertRejects(
|
||||
|
|
@ -24,7 +23,7 @@ Deno.test("Throws when no password is provided", async () => {
|
|||
);
|
||||
});
|
||||
|
||||
Deno.test("Throws with invalid login", async () => {
|
||||
Deno.test("Throws with invalid username and password", async () => {
|
||||
const client = new ParentClient("invalid", "invalid");
|
||||
await assertRejects(
|
||||
async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue