Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 79a1bb3

Browse filesBrowse files
committed
Update src/test/java/org/kohsuke/github/AppTest.java
1 parent 9f1d732 commit 79a1bb3
Copy full SHA for 79a1bb3

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/test/java/org/kohsuke/github/AppTest.java

Copy file name to clipboardExpand all lines: src/test/java/org/kohsuke/github/AppTest.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ public void testRepoLabel() throws IOException {
817817
// t.setColor("");
818818
t2 = t.update().color("000000").description("It is dark!").done();
819819

820-
// instances are immutable, but update returns a new updated instance.
820+
// instances behave as immutable by default. Update returns a new updated instance.
821821
assertEquals(t.getColor(), "123456");
822822
assertEquals(t.getDescription(), "");
823823
assertEquals(t2.getColor(), "000000");

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.