Skip to content

Commit 901f72e

Browse files
committed
test: mock repo as admin repo
1 parent d48f99f commit 901f72e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/librecov_web/live/repository_live_test.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ defmodule Librecov.RepositoryLiveTest do
106106
created_at: "2011-01-26T19:01:12Z",
107107
updated_at: "2011-01-26T19:14:43Z",
108108
permissions: %{
109-
admin: false,
109+
admin: true,
110110
push: false,
111111
pull: true
112112
},
@@ -233,7 +233,7 @@ defmodule Librecov.RepositoryLiveTest do
233233
created_at: "2011-01-26T19:01:12Z",
234234
updated_at: "2011-01-26T19:14:43Z",
235235
permissions: %{
236-
admin: false,
236+
admin: true,
237237
push: false,
238238
pull: true
239239
},

0 commit comments

Comments
 (0)