package com.ambergleam.android.photogallery;
import org.junit.Test;
import static org.assertj.core.api.Assertions.assertThat;
public class ApplicationTest {
@Test
public void testSetup() {
assertThat(true).isEqualTo(true);
}
}