Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0c0595f

Browse files
committedMar 23, 2025·
Fix tests
1 parent d9225a6 commit 0c0595f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

Diff for: ‎spec/errbit_plugin/none_issue_tracker_spec.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727

2828
it do
2929
expect(described_class.icons).to eq({
30-
create: "errbit_plugin/none_create.png",
31-
goto: "errbit_plugin/none_create.png",
32-
inactive: "errbit_plugin/none_inactive.png"
30+
create: "none_create.png",
31+
goto: "none_create.png",
32+
inactive: "none_inactive.png"
3333
})
3434
end
3535
end

0 commit comments

Comments
 (0)
Please sign in to comment.