diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2024-12-03 12:38:16 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2024-12-03 12:38:16 -0500 |
| commit | 19166b8af1bf635f3f11a21abcc22cba46cebd4a (patch) | |
| tree | 1365e248dcbc64a38d21648fc58aaf541dc7fb26 /src/test | |
| parent | 21f4046ae1bf51dfe00f6d481e323f06b4300071 (diff) | |
| download | soen423-19166b8af1bf635f3f11a21abcc22cba46cebd4a.zip | |
pass IP to replica manager
Diffstat (limited to 'src/test')
| -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..aa3e066 100644 --- a/src/test/java/derms/test/SystemTest.java +++ b/src/test/java/derms/test/SystemTest.java @@ -70,7 +70,7 @@ class SystemTest { @Test void testNormal() throws IOException { // Replica 1 - String[] argsRM = {"1", "MTL", IP, "0", "0"}; + String[] argsRM = {"1", "MTL", IP, IP, "0", "0"}; // [TODO] // Run the main function of the desired replica, for example: |