Skip to content
Snippets Groups Projects
Commit 8d7c97c6 authored by Dr. Carl Corea's avatar Dr. Carl Corea
Browse files

Update IdenticalVerifier.java

parent ed1db899
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ public class IdenticalVerifier extends AbstractVerifier {
sb.append(currentRuleIdentifiers.get(0).getTableName());
sb.append(" are identical.");
if (isDifferentConclusion) {
sb.append(" The output has different conclusions!");
sb.append(" The outputs have different conclusions!");
} else {
sb.append(" The output is the same.");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment