Skip to content

Commit

Permalink
Fixed Linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
MICHAELMUNAVU83 committed Nov 16, 2023
1 parent b91ae5a commit 4c9d73d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/elixir_conf_africa/cart_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ defmodule ElixirConfAfrica.CartTest do
end

test "add_to_cart/2 adds an item to the cart", %{ticket_type: ticket_type} do
IO.inspect(ticket_type.id)

assert Cart.add_to_cart([%{id: 1, quantity: 1}, %{id: 2, quantity: 1}], 1) ==
[%{id: 2, quantity: 1}, %{id: 1, quantity: 2}]

Expand Down

0 comments on commit 4c9d73d

Please sign in to comment.