view spec/util_poll_spec.lua @ 10106:c8fbb7f2fc0d

core.portmanager: Remove tostring call from logging Taken care of by loggingmanager now
author Kim Alvefur <zash@zash.se>
date Tue, 30 Jul 2019 02:19:54 +0200
parents 4aa522b9e1c4
children 728d1c1dc7db
line wrap: on
line source

describe("util.poll", function ()
	it("loads", function ()
		require "util.poll"
	end);
end);