diff --git a/tests/edu/caltech/cs2/datastructures/MoveToFrontDictionaryTests.java b/tests/edu/caltech/cs2/datastructures/MoveToFrontDictionaryTests.java index 3efba4bfd86a2ed9dc6d78eacb20d269b44b56d2..12ce42be1c212c0730a1a9e93e1f5ba57b904bf7 100644 --- a/tests/edu/caltech/cs2/datastructures/MoveToFrontDictionaryTests.java +++ b/tests/edu/caltech/cs2/datastructures/MoveToFrontDictionaryTests.java @@ -170,6 +170,7 @@ public class MoveToFrontDictionaryTests extends IDictionaryNGramTests { @DisplayName("Check for excessive node allocation in get") @TestDescription("This test checks that no extra nodes are allocated in the get() method") @DependsOn({"put", "get"}) + @TestHint("get should not be affecting the dictionary in any way; it should simply find and return a value.") @Test public void testForExcessiveNodeAllocationGet() { NewNode.MoveToFrontDictionary_NUM_CALLS = 0;