add a TODO complaint

This commit is contained in:
Motiejus Jakštys 2024-10-15 20:20:29 +03:00
parent fe4f09d546
commit d123f3ce84
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ pub fn close(self: *Tunnel) void {
const Tunnel = @This();
// TODO: this will fail if tests are run in parallel
test "init with a known name" {
var tun = try init("nyotun");
defer tun.close();