From 8c78fb15082c8ee9017986437b887664eb9b02eb Mon Sep 17 00:00:00 2001 From: Yosuke OTA Date: Mon, 31 Jul 2017 22:58:50 +0900 Subject: [PATCH] Fix commit hash --- plugin_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin_test.go b/plugin_test.go index 1cbe40d..046652e 100644 --- a/plugin_test.go +++ b/plugin_test.go @@ -48,7 +48,7 @@ var commits = []struct { clone: "https://github.com/octocat/Hello-World.git", event: "pull_request", branch: "master", - commit: "553c2077f0edc3d5dc5d17262f6aa498e69d6f8e", + commit: "43617d6cc59d91c7d99909042c19ff122e2597fb", ref: "refs/pull/208/merge", file: "README", data: "Goodbye World!\n",