Fix a top level data/id call
There's a def of a data structure that contains a data/id call. This can be a problem if the database hasn't been initialized yet. This commit wraps it in a thunk to ensure it happens when the test run, not when the code is compiled.
Please register or sign in to comment