Skip to content

Commit

Permalink
Clean up test
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosNunezMX committed May 30, 2024
1 parent a57b2d1 commit 3574448
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/Plans.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ test("Student.plans", () => {
expect(data[0].idsede).toBeString();
expect(data[0].emailudg).toBeString();
expect(data[0].descnivel).toBeString();
expect("").toBeNumber()
})

0 comments on commit 3574448

Please sign in to comment.