Skip to content

Commit

Permalink
basic business tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderGi committed Nov 29, 2023
1 parent fd3b58b commit 6e89ef7
Show file tree
Hide file tree
Showing 5 changed files with 319 additions and 32 deletions.
10 changes: 5 additions & 5 deletions .badges/coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions .badges/file-count.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions .badges/lines-of-code.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions Business.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,7 @@ router.get("/changeName", async (request, response) => {

/**
* Gets the name of the user
* @queryParams name - the new name of the user.
* @response 200 OK - if successful.
* @response the name of the user as a json object { name: `name` }
*/
router.get("/getName", async (request, response) => {
const uid = await handleAuth(request, response);
Expand Down
Loading

0 comments on commit 6e89ef7

Please sign in to comment.