Skip to content

Commit

Permalink
Merge: Clean up before merge
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianBalunan committed Mar 5, 2026
1 parent 9c68af3 commit b2c1072
Show file tree
Hide file tree
Showing 18 changed files with 4 additions and 311 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import java.util.UUID;
import java.util.ArrayList;

abstract class Charity {
public class Charity {
/* UUID for uniquely identifying each charity */
private UUID id;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ntnu.sytemutvikling.team6.models;
package ntnu.systemutvikling.team6.models;

import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
Expand All @@ -10,14 +10,14 @@

class DonationTest {
private Settings settings;
private User User;
private User user;
private Charity charity;

// -- Setup --
@BeforeEach
public void setup(){
charity = new Charity("name", "something somewhere somehow", "Meow");
User = new User()
User = new User();
}


Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
307 changes: 0 additions & 307 deletions helpmehelpapplication/target/classes/tempClassDiagram.puml

This file was deleted.

0 comments on commit b2c1072

Please sign in to comment.