File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
lib/code_corps/github/sync/pull_request/github_pull_request
test/lib/code_corps/github/sync/pull_request Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- defmodule CodeCorps.GitHub.Event .PullRequest.BodyParser do
1+ defmodule CodeCorps.GitHub.Sync .PullRequest.BodyParser do
22 @ moduledoc ~S"""
33 In charge of extracting ids from markdown content, paired to a predefined list
44 of keywords.
Original file line number Diff line number Diff line change 1- defmodule CodeCorps.GitHub.Event .PullRequest.BodyParserTest do
1+ defmodule CodeCorps.GitHub.Sync .PullRequest.BodyParserTest do
22 @ moduledoc false
33
44 use ExUnit.Case , async: true
55
66
77 alias CodeCorps . {
8- GitHub.Event .PullRequest.BodyParser
8+ GitHub.Sync .PullRequest.BodyParser
99 }
1010
1111 describe "extract_closing_ids/1" do
You can’t perform that action at this time.
0 commit comments