Skip to content

Commit

Permalink
Updated DatabaseManagerTest
Browse files Browse the repository at this point in the history
Changed getDescription test to use getURL instead.
  • Loading branch information
roaraf committed Apr 7, 2026
1 parent b9b372b commit 39aedba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public void testGettingNameShouldWork() {

@Test
public void testGettingDescriptionShouldWork() {
assertEquals("Les mer her: www.aaaa.com", charity.getDescription());
assertEquals("www.aaaa.com", charity.getURL());
}

/** Getter and setter for IsVerified should be able to switch between true and false */
Expand Down

0 comments on commit 39aedba

Please sign in to comment.