Skip to content

Commit

Permalink
updated student dashboard test file
Browse files Browse the repository at this point in the history
  • Loading branch information
hasiburratul committed Nov 29, 2023
1 parent 7038b9c commit 8142744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion back-end/test/studentIssuesHandler.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import server from "../app.js";
chai.use(chaiHttp);

// Integration tests for the studentIssuesHandler.js file
describe("Integration Tests for Issue Retrieval Endpoint", () => {
describe("Integration Tests for Student Issue Handler Endpoint", () => {
describe("GET /api/issues/student/:paramName", () => {
it("should retrieve all issues for a valid student NetID", async () => {
const paramName = "student";
Expand Down

0 comments on commit 8142744

Please sign in to comment.