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 6a2b2be commit 57badd3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SeatsioDotNet.Test/Charts/ListChartsTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,5 @@ public async Task Validation()
var chart = await Client.Charts.ListAllAsync(withValidation: true).FirstAsync();

Assert.NotNull(chart.Validation);
Assert.Equal("ROWS_WITHOUT_SECTIONS", chart.VenueType);
}
}

0 comments on commit 57badd3

Please sign in to comment.