mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-22 11:29:06 -05:00
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
This commit is contained in:
@@ -99,7 +99,7 @@ func mustMap(m types.Map, err error) types.Map {
|
||||
}
|
||||
|
||||
func mustParentsClosure(t *testing.T, exists bool) func(types.Ref, bool, error) types.Ref {
|
||||
return func (r types.Ref, got bool, err error) types.Ref {
|
||||
return func(r types.Ref, got bool, err error) types.Ref {
|
||||
t.Helper()
|
||||
require.NoError(t, err)
|
||||
require.Equal(t, exists, got)
|
||||
|
||||
Reference in New Issue
Block a user