mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-21 11:29:51 -05:00
Fix remaining test
This commit is contained in:
@@ -1001,13 +1001,12 @@ var MergeScripts = []queries.ScriptTest{
|
||||
Assertions: []queries.ScriptTestAssertion{
|
||||
{
|
||||
Query: "CALL DOLT_MERGE('other');",
|
||||
Expected: []sql.Row{{0, 1}},
|
||||
Expected: []sql.Row{{0, 0}},
|
||||
},
|
||||
{
|
||||
Query: "select count(*) from dolt_schemas where type = 'trigger';",
|
||||
Expected: []sql.Row{{4}},
|
||||
},
|
||||
// todo: merge triggers correctly
|
||||
//{
|
||||
// Query: "select count(*) from dolt_schemas where type = 'trigger';",
|
||||
// Expected: []sql.Row{{4}},
|
||||
//},
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user