mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-23 18:58:50 -06:00
Fix typo in schema merge tests.
This commit is contained in:
@@ -103,7 +103,7 @@ func TestSchemaMerge(t *testing.T) {
|
||||
testSchemaMerge(t, simpleConflictTests)
|
||||
})
|
||||
t.Run("json merge tests", func(t *testing.T) {
|
||||
testSchemaMerge(t, geTests)
|
||||
testSchemaMerge(t, jsonMergeTests)
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
|
||||
Reference in New Issue
Block a user