Skip to content

Commit

Permalink
test: modified one assert in testConstructor (UserQuotaTest)
Browse files Browse the repository at this point in the history
  • Loading branch information
joragua committed Nov 5, 2024
1 parent 941b543 commit 1d61ffa
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 @@ class UserQuotaTest {

assertEquals(800, item.available)
assertEquals(200, item.used)
assertEquals(1000, item.total)
assertEquals(1000, item.getTotal())
}

@Test
Expand Down

0 comments on commit 1d61ffa

Please sign in to comment.