Merge branch 'zachmu/replication-force' of github.com:dolthub/dolt into zachmu/replication-force

This commit is contained in:
Zach Musgrave
2023-09-11 12:24:05 -07:00
@@ -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",
},
{