Fix testcase assert
This commit is contained in:
parent
aae508af87
commit
0fcd4ac140
1 changed files with 4 additions and 1 deletions
|
@ -51,7 +51,10 @@ class MirrorSqlContextSuite extends munit.FunSuite {
|
|||
case (f1, f2) => (f1.id, f2.id)
|
||||
})
|
||||
|
||||
println(o)
|
||||
assertEquals(
|
||||
o.sql,
|
||||
"SELECT f1.id, f1.id FROM foo f1 INNER JOIN foo f2 ON f1.id = f2.id"
|
||||
)
|
||||
}
|
||||
|
||||
test("Infix string interpolation") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue