mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-31 12:19:08 -06:00
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
This commit is contained in:
@@ -2067,7 +2067,7 @@ var LogTableFunctionScriptTests = []queries.ScriptTest{
|
||||
Expected: []sql.Row{{3}},
|
||||
},
|
||||
{
|
||||
Query: "SELECT count(*) from dolt_log('main') join dolt_diff(@Commit1, @Commit2, 't') where commit_hash = to_commit;",
|
||||
Query: "SELECT count(*) from dolt_log('main') join dolt_diff(@Commit1, @Commit2, 't') where commit_hash = to_commit;",
|
||||
Expected: []sql.Row{{2}},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user