diff options
| author | BMatajsz <90217645+BMatajsz@users.noreply.github.com> | 2024-12-03 12:41:35 -0500 |
|---|---|---|
| committer | BMatajsz <90217645+BMatajsz@users.noreply.github.com> | 2024-12-03 12:41:35 -0500 |
| commit | 450a17a490e6a37c36f4fc6e67b0454d266fe88b (patch) | |
| tree | 685f234c464d25a05af9bcff915dc0fb6dbfa5b2 /src/test | |
| parent | 80c0584575d62ffd487668909ed3d6b0a0353591 (diff) | |
| parent | 19166b8af1bf635f3f11a21abcc22cba46cebd4a (diff) | |
| download | soen423-450a17a490e6a37c36f4fc6e67b0454d266fe88b.zip | |
Merge branch 'test' of https://github.com/sam-rba/soen423 into test
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 3cc3f6b..3a69bfb 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: |