Skip to content

Commit

Permalink
Updating expected footer for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
equipaje committed Jun 12, 2020
1 parent 071193e commit 013576d
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions Test/PullRequestBodyTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,16 @@ public class PullRequestBodyTests
private static string expectedFooter = Environment.NewLine + Environment.NewLine +
"---" +
Environment.NewLine + Environment.NewLine +
"[📝docs](https://imgbot.net/docs) | " +
"**Black Lives Matter** | " +
"[💰 donate](https://blacklivesmatters.carrd.co/#donate) | " +
"[🎓 learn](https://blacklivesmatters.carrd.co/#educate) | " +
"[✍🏾 sign](https://blacklivesmatters.carrd.co/#petitions)" +
Environment.NewLine + Environment.NewLine +
"[📝 docs](https://imgbot.net/docs) | " +
"[:octocat: repo](https://github.com/dabutvin/ImgBot) | " +
"[🙋issues](https://github.com/dabutvin/ImgBot/issues) | " +
"[🏅swag](https://goo.gl/forms/1GX7wlhGEX8nkhGO2) | " +
"[🏪marketplace](https://github.com/marketplace/imgbot)" +
"[🙋🏾 issues](https://github.com/dabutvin/ImgBot/issues) | " +
"[🏅 swag](https://goo.gl/forms/1GX7wlhGEX8nkhGO2) | " +
"[🏪 marketplace](https://github.com/marketplace/imgbot)" +
Environment.NewLine;

[TestMethod]
Expand Down

0 comments on commit 013576d

Please sign in to comment.