This test will fail if the ID of the created record is the same as the ID of the first user we create in the test. The chance is very low due to the `rand(9999999)` which causes the test to fail just once every ten million times. However, why assigning the ID in the first place? Without it, the test will never fail due to conflicting IDs.