Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamgilbert committed May 28, 2024
1 parent 76b2c2d commit 2d8e261
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tables/authdb/authdb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ func TestAuthDBColumns(t *testing.T) {
table.TextColumn("mechanisms"),
table.TextColumn("modified"),
table.TextColumn("require_apple_signed"),
table.TextColumn("rule"),
table.TextColumn("session_owner"),
table.TextColumn("shared"),
table.TextColumn("timeout"),
Expand Down Expand Up @@ -279,6 +280,7 @@ func TestBuildOutput(t *testing.T) {
"group": "group",
"mechanisms": "mechanism1,mechanism2",
"modified": "2.000000",
"rule": "",
"require_apple_signed": "true",
"session_owner": "false",
"shared": "true",
Expand Down

0 comments on commit 2d8e261

Please sign in to comment.