Skip to content

Commit

Permalink
Add "s"
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitorbp committed Oct 16, 2023
1 parent 26cd098 commit a7caf0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ class OCLocalShareDataSourceTest {
**************************************************************************************************************/

@Test
fun `replaceShares update a list of shares correctly`() {
fun `replaceShares updates a list of shares correctly`() {
val expectedValues = listOf<Long>(1, 2)
every { ocSharesDao.replaceShares(publicShares) } returns expectedValues

Expand Down

0 comments on commit a7caf0e

Please sign in to comment.