Fix typo in schema merge tests.

This commit is contained in:
Nick Tobey
2024-01-03 10:32:50 -08:00
parent 555e0a83fd
commit 2da3e23730
2 changed files with 2 additions and 2 deletions

View File

@@ -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)
})
}

View File

@@ -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,