Skip to content

Commit

Permalink
test(query-model): rename test method
Browse files Browse the repository at this point in the history
  • Loading branch information
inflab-int committed Nov 12, 2023
1 parent 6362262 commit 89e79c6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class PathsTest : WithAssertions {
private val path2 = Paths.treat(Paths.path(EmployeeDepartment::employee), FullTimeEmployee::class)

@Test
fun `path with a property`() {
fun `path() with a property`() {
// when
val actual = Paths.path(
FullTimeEmployee::address,
Expand All @@ -34,7 +34,7 @@ class PathsTest : WithAssertions {
}

@Test
fun `path with a getter`() {
fun `path() with a getter`() {
// when
val actual = Paths.path(
FullTimeEmployee::getDisplayName,
Expand Down

0 comments on commit 89e79c6

Please sign in to comment.