Skip to content

Commit

Permalink
Refresh.
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianBalunan committed Mar 12, 2026
1 parent 00140ae commit a839f04
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ public void setup() {

user =
new User("Name", "Valid@gmail.com", "123", Role.NORMAL_USER, new Settings(), new Inbox());
}

}

// --- Tests ---
@Test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ntnu.systemutvikling.team6.models;
/* package ntnu.systemutvikling.team6.models;
import org.junit.jupiter.api.Test;
Expand All @@ -21,4 +21,6 @@ void initialParametersShouldBeCorrect() {
assertEquals(status, org.getStatus(), "Status parameter should be correct.");
}
}
}
*/

0 comments on commit a839f04

Please sign in to comment.