summaryrefslogtreecommitdiffstats
path: root/src/test
diff options
context:
space:
mode:
authorBMatajsz <90217645+BMatajsz@users.noreply.github.com>2024-12-03 12:41:22 -0500
committerBMatajsz <90217645+BMatajsz@users.noreply.github.com>2024-12-03 12:41:22 -0500
commit80c0584575d62ffd487668909ed3d6b0a0353591 (patch)
treebb60789c473dcf4c137cb3ab2f439c0928094112 /src/test
parent21f4046ae1bf51dfe00f6d481e323f06b4300071 (diff)
downloadsoen423-80c0584575d62ffd487668909ed3d6b0a0353591.zip
Re-added logs
Diffstat (limited to 'src/test')
-rw-r--r--src/test/java/derms/test/SystemTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/java/derms/test/SystemTest.java b/src/test/java/derms/test/SystemTest.java
index 59b08fa..3cc3f6b 100644
--- a/src/test/java/derms/test/SystemTest.java
+++ b/src/test/java/derms/test/SystemTest.java
@@ -28,7 +28,7 @@ class SystemTest {
// [TODO]
// input IP and NET config
- private static String IP = "127.0.0.1";
+ private static String IP = "172.16.62.225";
@BeforeEach
void clearLogFile() throws IOException {