Skip to content
This repository was archived by the owner on Apr 1, 2024. It is now read-only.

Commit e4ef4df

Browse files
committed
[Proj 2] Fix _another_ typo
1 parent cd5d6d2 commit e4ef4df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

proj2/GitletTests.java

+2
Original file line numberDiff line numberDiff line change
@@ -947,6 +947,7 @@ public void test30_branches() {
947947
assertFileDoesNotExist("f.txt");
948948
assertFileDoesNotExist("g.txt");
949949
writeFile(NOTWUG, "f.txt");
950+
gitletCommand(new String[]{"add", "f.txt"}, "");
950951
gitletCommand(new String[]{"commit", "Alternative file"}, "");
951952
assertFileEquals(NOTWUG, "f.txt");
952953
assertFileDoesNotExist("g.txt");
@@ -960,6 +961,7 @@ public void test30_branches() {
960961

961962
@Test
962963
public void test30a_rmBranch() {
964+
i_prelude1();
963965
gitletCommand(new String[]{"branch", "other"}, "");
964966
writeFile(WUG, "f.txt");
965967
gitletCommand(new String[]{"add", "f.txt"}, "");

0 commit comments

Comments
 (0)