We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b87feba commit 48b1e70Copy full SHA for 48b1e70
test/shlinkedin/points_test.exs
@@ -9,7 +9,7 @@ defmodule Shlinkedin.PointsTest do
9
end
10
11
test "total profile points?", %{} do
12
- %Money{amount: 200} = Points.get_total_points()
+ %Money{amount: 300} = Points.get_total_points()
13
14
15
test "add statistic", %{} do
@@ -20,6 +20,6 @@ defmodule Shlinkedin.PointsTest do
20
total_points: total_points
21
})
22
23
- assert stat.total_points.amount == 200
+ assert stat.total_points.amount == 300
24
25
0 commit comments