mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-12 11:29:01 -05:00
Merge branch 'zachmu/replication-force' of github.com:dolthub/dolt into zachmu/replication-force
This commit is contained in:
@@ -142,13 +142,13 @@ func TestSetPersistedValue(t *testing.T) {
|
||||
Value: "7",
|
||||
},
|
||||
{
|
||||
Name: "bool",
|
||||
Value: true,
|
||||
Name: "bool",
|
||||
Value: true,
|
||||
ExpectedRes: "1",
|
||||
},
|
||||
{
|
||||
Name: "bool",
|
||||
Value: false,
|
||||
Name: "bool",
|
||||
Value: false,
|
||||
ExpectedRes: "0",
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user