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

Commit 5225456

Browse files
committed
fix spec
1 parent 3f0284b commit 5225456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/lib/personas/tools/researcher_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
expect(results[:goals]).to eq("analyze post patterns")
3737
expect(results[:dry_run]).to eq(true)
3838
expect(results[:number_of_results]).to be > 0
39-
expect(researcher.last_filter).to eq("tag:research after:2023")
39+
expect(researcher.filter).to eq("tag:research after:2023")
4040
expect(researcher.result_count).to be > 0
4141
end
4242

0 commit comments

Comments
 (0)