Skip to content

Commit a6ef0e6

Browse files
committed
Undo reformatting
1 parent fc84581 commit a6ef0e6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

affectedmoduledetector/src/test/kotlin/com/dropbox/affectedmoduledetector/commitshaproviders/CommitShaProviderTest.kt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ class CommitShaProviderTest {
6060

6161
@Test
6262
fun givenSpecifiedRawCommitSha_whenFromString_thenReturnSpecifiedRawCommitSha() {
63-
val actual =
64-
CommitShaProvider.fromString("SpecifiedRawCommitSha", specifiedRawCommitSha = "sha")
63+
val actual = CommitShaProvider.fromString("SpecifiedRawCommitSha", specifiedRawCommitSha = "sha")
6564

6665
assertThat(actual::class).isEqualTo(SpecifiedRawCommitSha::class)
6766
}
@@ -73,7 +72,7 @@ class CommitShaProviderTest {
7372
} catch (e: Exception) {
7473
assertThat(e::class).isEqualTo(IllegalArgumentException::class)
7574
assertThat(e.message).isEqualTo("Specified raw commit sha must be defined")
76-
}
75+
}
7776
}
7877

7978
@Test

0 commit comments

Comments
 (0)