Skip to content

Commit

Permalink
Test de user service arreglado
Browse files Browse the repository at this point in the history
  • Loading branch information
CANCI0 committed Apr 23, 2024
1 parent 02c6c1a commit 206f24b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions users/userservice/user-service.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ describe("User Service", () => {
// Datos de la partida a guardar
const gameData = {
username: "testuser",
gameMode: "classic",
gameMode: "clasico",
gameData: {
points: 100,
correctAnswers: 8,
Expand All @@ -115,7 +115,7 @@ describe("User Service", () => {
// Datos de la partida a guardar
const gameData = {
username: "testuseraaa",
gameMode: "classic",
gameMode: "clasico",
gameData: {
points: 100,
correctAnswers: 8,
Expand Down

0 comments on commit 206f24b

Please sign in to comment.