WorkInProgressByDefaultIT: Fix spelling mistake in comment

Signed-off-by: Edwin Kempin <ekempin@google.com>
Change-Id: I88abd9d72da578922098ac9be0580c25cfb8b0fd
This commit is contained in:
Edwin Kempin
2019-07-22 08:50:19 +02:00
parent 210f95aa44
commit 28d62d2583

View File

@@ -151,7 +151,7 @@ public class WorkInProgressByDefaultIT extends AbstractDaemonTest {
setWorkInProgressByDefaultForUser();
// Create new patch set on existing change, this shoudn't mark the change as WIP.
// Create new patch set on existing change, this shouldn't mark the change as WIP.
result = pushFactory.create(admin.newIdent(), testRepo, changeId).to("refs/for/master");
result.assertOkStatus();
assertThat(gApi.changes().id(changeId).get().workInProgress).isNull();