Skip to content

Commit 48b1e70

Browse files
committed
points test
1 parent b87feba commit 48b1e70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/shlinkedin/points_test.exs

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defmodule Shlinkedin.PointsTest do
99
end
1010

1111
test "total profile points?", %{} do
12-
%Money{amount: 200} = Points.get_total_points()
12+
%Money{amount: 300} = Points.get_total_points()
1313
end
1414

1515
test "add statistic", %{} do
@@ -20,6 +20,6 @@ defmodule Shlinkedin.PointsTest do
2020
total_points: total_points
2121
})
2222

23-
assert stat.total_points.amount == 200
23+
assert stat.total_points.amount == 300
2424
end
2525
end

0 commit comments

Comments
 (0)