Skip to content

Commit

Permalink
venueType is not exposed by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mroloux committed Jun 5, 2024
1 parent ea49739 commit 16162a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/charts/list_all_charts_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ def test_with_validation
retrieved_charts = @seatsio.charts.list(with_validation: true).to_a

assert_equal({"errors" => [], "warnings" => []}, retrieved_charts[0].validation)
assert_equal("MIXED", retrieved_charts[0].venue_type)
end

def test_without_validation
Expand Down

0 comments on commit 16162a5

Please sign in to comment.