--[[
GameBrain API
GameBrain API
The version of the OpenAPI document: 1.0.1
Contact: mail@gamebrain.co
Generated by: https://openapi-generator.tech
]]
--[[
Unit tests for gamebrain.model.search_response_results_inner_rating
Automatically generated by openapi-generator (https://openapi-generator.tech)
Please update as you see appropriate
]]
describe("search_response_results_inner_rating", function()
local gamebrain_search_response_results_inner_rating = require "gamebrain.model.search_response_results_inner_rating"
-- unit tests for the property 'mean'
describe("property mean test", function()
it("should work", function()
-- TODO assertion here: http://olivinelabs.com/busted/#asserts
end)
end)
-- unit tests for the property 'count'
describe("property count test", function()
it("should work", function()
-- TODO assertion here: http://olivinelabs.com/busted/#asserts
end)
end)
end)