manager: Fix fake event not pointing at the correct repo

This commit is contained in:
Rahix 2025-05-23 00:46:15 +02:00
parent b484256246
commit d900bd80ab

View file

@ -49,8 +49,8 @@ pub fn fake() -> IssueEventMeta {
issue: IssueMeta {
number: 1337,
repository: RepoMeta {
name: "techtree-poc".to_owned(),
owner: "rahix".to_owned(),
name: "techtree".to_owned(),
owner: "fafo".to_owned(),
},
},
}