You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: owncloudData/src/test/java/com/owncloud/android/data/folderbackup/datasources/implementation/OCLocalFolderBackupDataSourceTest.kt
Copy file name to clipboardExpand all lines: owncloudData/src/test/java/com/owncloud/android/data/oauth/datasources/implementation/OCRemoteOAuthDataSourceTest.kt
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -17,13 +17,12 @@
17
17
* along with this program. If not, see <http://www.gnu.org/licenses/>.
Copy file name to clipboardExpand all lines: owncloudData/src/test/java/com/owncloud/android/data/sharing/shares/datasources/implementation/OCLocalShareDataSourceTest.kt
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ class OCLocalShareDataSourceTest {
Copy file name to clipboardExpand all lines: owncloudData/src/test/java/com/owncloud/android/data/sharing/shares/datasources/implementation/OCRemoteShareDataSourceTest.kt
Copy file name to clipboardExpand all lines: owncloudData/src/test/java/com/owncloud/android/data/spaces/datasources/implementation/OCLocalSpacesDataSourceTest.kt
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ class OCLocalSpacesDataSourceTest {
56
56
}
57
57
58
58
@Test
59
-
fun`saveSpacesForAccount inserts spaces and special spaces`() {
59
+
fun`saveSpacesForAccount inserts spaces and special spaces correctly`() {
60
60
val spaceEntities = mutableListOf<SpacesEntity>()
61
61
val spaceSpecialEntities = mutableListOf<SpaceSpecialEntity>()
62
62
@@ -109,7 +109,7 @@ class OCLocalSpacesDataSourceTest {
109
109
}
110
110
111
111
@Test
112
-
fun`getSpacesFromEveryAccountAsStream returns a flow of OCSpace`() = runBlocking {
112
+
fun`getSpacesFromEveryAccountAsStream returns a Flow with a list of OCSpace`() = runBlocking {
0 commit comments