diff options
| author | BMatajsz <90217645+BMatajsz@users.noreply.github.com> | 2024-12-03 12:41:22 -0500 |
|---|---|---|
| committer | BMatajsz <90217645+BMatajsz@users.noreply.github.com> | 2024-12-03 12:41:22 -0500 |
| commit | 80c0584575d62ffd487668909ed3d6b0a0353591 (patch) | |
| tree | bb60789c473dcf4c137cb3ab2f439c0928094112 /src/test/java | |
| parent | 21f4046ae1bf51dfe00f6d481e323f06b4300071 (diff) | |
| download | soen423-80c0584575d62ffd487668909ed3d6b0a0353591.zip | |
Re-added logs
Diffstat (limited to 'src/test/java')
| -rw-r--r-- | src/test/java/derms/test/SystemTest.java | 2 |
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 { |