package com.example.hpostesting import org.junit.Test import java.util.Date class OtherTests { @Test fun uniqueId() { val date = Date() date.day } }