mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-21 22:50:42 +08:00
test: assert failed
This commit is contained in:
+3
-2
@@ -2,7 +2,7 @@ package com.reajason.javaweb.memshell.config;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||
import static org.junit.jupiter.api.Assertions.*;
|
||||
|
||||
/**
|
||||
* @author ReaJason
|
||||
@@ -14,6 +14,7 @@ class GodzillaShellConfigTest {
|
||||
void test() {
|
||||
GodzillaConfig shellConfig = GodzillaConfig.builder()
|
||||
.pass("pass").build();
|
||||
assertEquals("key", shellConfig.getKey());
|
||||
assertEquals("pass", shellConfig.getPass());
|
||||
assertNotEquals("key", shellConfig.getKey());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user