Our testing methods need to assert something

This commit is contained in:
2023-11-22 14:36:06 +11:00
parent 9fd8264c3f
commit fcc2c23894
2 changed files with 9 additions and 4 deletions

View File

@@ -21,6 +21,11 @@ class PacketTest extends TestCase
$this->do = Domain::firstOrCreate(['name'=>'packets','active'=>TRUE]);
}
public function test_null()
{
return $this->assertTrue(TRUE);
}
/*
* @todo This packet doesnt have an origin line, need a new one with nomsg and an origin line
public function test_nomsgid_origin()