Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bheni committed Sep 11, 2024
1 parent 11435b8 commit 1c71e9b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions go/libraries/doltcore/sqle/dsess/dolt_session_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,9 @@ func TestGetPersistedValue(t *testing.T) {
ExpectedRes: uint64(7),
},
{
Name: "activate_all_roles_on_login",
Value: "true",
Err: true,
Name: "activate_all_roles_on_login",
Value: "true",
ExpectedRes: int8(1),
},
{
Name: "activate_all_roles_on_login",
Expand All @@ -215,9 +215,9 @@ func TestGetPersistedValue(t *testing.T) {
ExpectedRes: int8(1),
},
{
Name: "activate_all_roles_on_login",
Value: "false",
Err: true,
Name: "activate_all_roles_on_login",
Value: "false",
ExpectedRes: int8(0),
},
{
Name: "activate_all_roles_on_login",
Expand Down

0 comments on commit 1c71e9b

Please sign in to comment.