Fix description
This commit is contained in:
parent
cdea4134ee
commit
feeb9cab1e
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ class MirrorSqlContextSuite extends munit.FunSuite {
|
||||||
assertEquals(o.sql, "SELECT CONCAT(f.name, ' ', f.id) FROM foo f")
|
assertEquals(o.sql, "SELECT CONCAT(f.name, ' ', f.id) FROM foo f")
|
||||||
}
|
}
|
||||||
|
|
||||||
test("Update with explicit assignments") {
|
test("Update/assignments") {
|
||||||
val name = "new name"
|
val name = "new name"
|
||||||
val id = 2L
|
val id = 2L
|
||||||
val o = testContext.io(
|
val o = testContext.io(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue