Skip to content

Commit de367b8

Browse files
author
Sam McMyler
committed
Make test pass
1 parent bf48d71 commit de367b8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/libcluster_db.ex

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
defmodule ClusterDB do
22
@moduledoc """
3-
Documentation for LibclusterDB.
3+
Documentation for ClusterDB.
44
"""
55

66
@doc """
77
Hello world.
88
99
## Examples
1010
11-
iex> LibclusterDB.hello
11+
iex> ClusterDB.hello
1212
:world
1313
1414
"""

test/libcluster_db_test.exs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
defmodule LibclusterDBTest do
1+
defmodule ClusterDBTest do
22
use ExUnit.Case
3-
doctest LibclusterDB
3+
doctest ClusterDB
44

55
test "the truth" do
66
assert 1 + 1 == 2

0 commit comments

Comments
 (0)