Skip to content

Commit 09e5c52

Browse files
committed
Add failing spec
1 parent ec28374 commit 09e5c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/issue_connector_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class IssueConnectorTest < ActiveSupport::TestCase
2727
timer_session = FactoryBot.create(:timer_session,
2828
user: @user)
2929
IssueConnector.new([@issue.id.to_s], timer_session).run
30-
assert_equal TimerSessionIssue.count, 1
30+
assert_equal TimerSessionIssue.count, 2
3131
assert_equal TimerSessionIssue.first.issue_id, @issue.id
3232
assert_equal TimerSessionIssue.first.timer_session_id, timer_session.id
3333
end

0 commit comments

Comments
 (0)