Skip to content

Commit 7b54621

Browse files
[LEET-3491] fix unit test
1 parent 9dc0047 commit 7b54621

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
package com.fishercoder.fourththousand;
22

3+
import static org.junit.jupiter.api.Assertions.assertEquals;
4+
35
import com.fishercoder.solutions.fourththousand._3491;
46
import org.junit.jupiter.api.BeforeEach;
57
import org.junit.jupiter.api.Test;
68

7-
import static org.junit.jupiter.api.Assertions.assertEquals;
8-
99
public class _3491Test {
1010
private _3491.Solution1 solution1;
1111

@@ -16,6 +16,6 @@ public void setup() {
1616

1717
@Test
1818
public void test1() {
19-
assertEquals(true, solution1.phonePrefix(new String[]{"1", "2", "4", "3"}));
19+
assertEquals(true, solution1.phonePrefix(new String[] {"1", "2", "4", "3"}));
2020
}
2121
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy