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

This commit is contained in:
reltuk
2023-01-25 00:43:35 +00:00
parent c438bcd986
commit c1c93b8bf8
@@ -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}},
},
},