Tawmy/xivapi-cs

Various null checks need to be replaced

Closed this issue · 0 comments

Tawmy commented

Various collections are now an empty list by default instead of null since switching to ViewModels. Certain tests still check whether the value is null even though it can never be null. These need to be replaced by IsNotEmpty asserts.