Skip to content

Commit 6e4b0bc

Browse files
committed
Fix tests
1 parent 5f17ed1 commit 6e4b0bc

File tree

1 file changed

+1
-1
lines changed
  • library/src/main/java/com/pengrad/telegrambot/model

1 file changed

+1
-1
lines changed

library/src/main/java/com/pengrad/telegrambot/model/Audio.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public String toString() {
9797
", file_name='" + file_name + '\'' +
9898
", mime_type='" + mime_type + '\'' +
9999
", file_size=" + file_size +
100-
", thumb=" + thumbnail +
100+
", thumbnail=" + thumbnail +
101101
'}';
102102
}
103103
}

0 commit comments

Comments
 (0)