Skip to content

Commit 9f41430

Browse files
committed
reverted back to original model name
1 parent d9f28b6 commit 9f41430

File tree

1 file changed

+3
-2
lines changed
  • thread-specific-storage/src/test/java/com/iluwatar/threadspecificstorage

1 file changed

+3
-2
lines changed

thread-specific-storage/src/test/java/com/iluwatar/threadspecificstorage/AppTest.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* The MIT License
55
* Copyright © 2014-2022 Ilkka Seppälä
66
*
7-
* Permission is hereby granted, free of charge, to any person obtaining a copy
7+
* Permission is hereby granted, free of charge, to any person obtaining a copy
88
* of this software and associated documentation files (the "Software"), to deal
99
* in the Software without restriction, including without limitation the rights
1010
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
@@ -27,13 +27,14 @@
2727

2828
import static org.junit.jupiter.api.Assertions.assertDoesNotThrow;
2929
import static org.junit.jupiter.api.Assertions.assertEquals;
30+
3031
import org.junit.jupiter.api.Test;
3132

3233
class AppTest {
3334

3435
@Test
3536
void appStartsWithoutException() {
36-
assertDoesNotThrow(() -> App.main(new String[] {})) ;
37+
assertDoesNotThrow(() -> App.main(new String[] {}));
3738
}
3839

3940
@Test

0 commit comments

Comments
 (0)