Skip to content

Commit 2b414da

Browse files
authored
Update ExampleUnitTest.java
1 parent c1d3f82 commit 2b414da

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/src/test/java/com/example/najmus/introsliderexample/ExampleUnitTest.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
package com.example.najmus.introsliderexample;
2+
/*====================================
3+
Author : NAJMUS SEEMAB
4+
======================================*/
25

36
import org.junit.Test;
47

@@ -14,4 +17,4 @@ public class ExampleUnitTest {
1417
public void addition_isCorrect() throws Exception {
1518
assertEquals ( 4, 2 + 2 );
1619
}
17-
}
20+
}

0 commit comments

Comments
 (0)