[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

This commit is contained in:
reltuk
2022-12-02 19:49:16 +00:00
parent e9ce266733
commit 962fb1c2dc

View File

@@ -5895,7 +5895,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}},
},
},