Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 476db21

Browse files
committed
fix spec
1 parent 92a9611 commit 476db21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/lib/personas/tools/researcher_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
researcher =
153153
described_class.new(
154154
{
155-
filter: "category:research-category @#{user.username}",
155+
filter: "category:research-category username:#{user.username}",
156156
goals: "find relevant content",
157157
dry_run: false,
158158
},
@@ -177,7 +177,7 @@
177177

178178
expect(results[:dry_run]).to eq(false)
179179
expect(results[:goals]).to eq("find relevant content")
180-
expect(results[:filter]).to eq("category:research-category @#{user.username}")
180+
expect(results[:filter]).to eq("category:research-category username:#{user.username}")
181181
expect(results[:results].first).to include("Found: Relevant content 1")
182182
end
183183
end

0 commit comments

Comments
 (0)