def test_time_field_time_on_save(helpers):
        theRecord = pytest.app.records.create(
            **{"Required Date & Time": pendulum.now()})
        theRecord["Time"] = pendulum.now().time()
        theRecord.save()