testing 123

This commit is contained in:
Batuhan Basoglu 2018-11-03 22:54:32 -04:00
parent f1fdbe843b
commit 135c8346ce
2 changed files with 2 additions and 1 deletions

View file

@ -25,7 +25,7 @@
</value> </value>
</option> </option>
</component> </component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK"> <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" /> <output url="file://$PROJECT_DIR$/build/classes" />
</component> </component>
<component name="ProjectType"> <component name="ProjectType">

View file

@ -17,6 +17,7 @@ public class LogInTest {
@Test @Test
public void checkSignIn() throws Exception{ public void checkSignIn() throws Exception{
//Lalala
} }
} }