mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-23 15:31:53 +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 org.junit.jupiter.api.Test;
|
||||||
|
|
||||||
import static org.junit.jupiter.api.Assertions.assertEquals;
|
import static org.junit.jupiter.api.Assertions.*;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author ReaJason
|
* @author ReaJason
|
||||||
@@ -14,6 +14,7 @@ class GodzillaShellConfigTest {
|
|||||||
void test() {
|
void test() {
|
||||||
GodzillaConfig shellConfig = GodzillaConfig.builder()
|
GodzillaConfig shellConfig = GodzillaConfig.builder()
|
||||||
.pass("pass").build();
|
.pass("pass").build();
|
||||||
assertEquals("key", shellConfig.getKey());
|
assertEquals("pass", shellConfig.getPass());
|
||||||
|
assertNotEquals("key", shellConfig.getKey());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user