mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
FIX: Ensure that we cancel any timeout jobs when terminating a track.
This commit is contained in:
@ -127,9 +127,6 @@ describe DiscourseNarrativeBot::TrackSelector do
|
||||
|
||||
expect(post_action.post).to eq(post)
|
||||
expect(post_action.post_action_type_id).to eq(PostActionType.types[:like])
|
||||
|
||||
post = Post.last
|
||||
|
||||
expect(Post.last).to eq(post)
|
||||
|
||||
expect(DiscourseNarrativeBot::NewUserNarrative.new.get_data(user)['state'])
|
||||
|
Reference in New Issue
Block a user