Skip to content

Commit

Permalink
test: ✅ 불필요한 테스트 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
jinan159 committed Jul 21, 2022
1 parent e31ece9 commit b9edd55
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/test/java/webserver/HttpRequestMessageTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,4 @@ void parseTest() throws IOException {
assertThat(body.get("password")).isEqualTo("1234");
}
}

@Test
void test() {
String str = "userId=jay&password=1234";
System.out.println(str.length());
System.out.println(str.getBytes().length);
}
}

0 comments on commit b9edd55

Please sign in to comment.