Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 96b8bfe

Browse files
committed
refactor(rename): test dir/file mastani -> groupher
1 parent f6bdf22 commit 96b8bfe

File tree

113 files changed

+7
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+7
-2
lines changed

config/mock.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ config :groupher_server, GroupherServer.Repo,
1616
adapter: Ecto.Adapters.Postgres,
1717
username: "postgres",
1818
password: "postgres",
19-
database: "groupher_server_mock",
19+
database: "mastani_server_mock",
2020
hostname: "localhost",
2121
pool_size: 10

lib/groupher_server/cms/delegates/comment_curd.ex

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ defmodule GroupherServer.CMS.Delegate.CommentCURD do
1212
alias Helper.{ORM, QueryBuilder}
1313
alias GroupherServer.{Accounts, Delivery, Repo}
1414

15-
alias GroupherServer.CMS.{PostCommentReply, JobCommentReply, VideoCommentReply, RepoCommentReply}
15+
alias GroupherServer.CMS.{
16+
PostCommentReply,
17+
JobCommentReply,
18+
VideoCommentReply,
19+
RepoCommentReply
20+
}
1621

1722
alias Ecto.Multi
1823

0 commit comments

Comments
 (0)