- Remove a placeholder panic in `dbfs_test.v`.
- Improve `namedb_test.v` by using `get_from_id` to
retrieve public keys by ID and then using `get` to
retrieve the data associated with the public key. This
better reflects the intended usage and clarifies the test.
Co-authored-by: supermario <mariobassem12@gmail.com>