Skip to content

Commit 9927680

Browse files
committed
fix typo
1 parent 8a3c9c3 commit 9927680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/release_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ func TestCreateReleasePaging(t *testing.T) {
112112

113113
checkLatestReleaseAndCount(t, session, "/user2/repo1", "v0.0.12", i18n.Tr("en", "repo.release.draft"), 10)
114114

115-
// Check that user3 does not see draft and still see 10 latest releases
115+
// Check that user4 does not see draft and still see 10 latest releases
116116
session2 := loginUser(t, "user4")
117117
checkLatestReleaseAndCount(t, session2, "/user2/repo1", "v0.0.11", i18n.Tr("en", "repo.release.stable"), 10)
118118
}

0 commit comments

Comments
 (0)