Skip to content
Snippets Groups Projects
Commit 041fd5a8 authored by Jaemyoun's avatar Jaemyoun
Browse files

converted teardownclass() to static

parent 366cbf4a
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ public class RadosClientTest {
}
@AfterClass
public void teardownClass() throws DBException {
public static void teardownClass() throws DBException {
if (radosclient != null) {
radosclient.cleanup();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment