From 9319780f38e0aa70cba28ae2c9a8b3d9b638dfc9 Mon Sep 17 00:00:00 2001 From: William Chargin Date: Mon, 11 Nov 2019 13:46:51 -0800 Subject: [PATCH] test: fix `example-github-load` snaphshot test (#1441) Summary: Generated with `./scripts/update_snapshots.sh`. This fixes failures introduced in #1431. Test Plan: Running `yarn test --full` now passes. Inspecting the diff shows that this only includes a compat version number change, which is appropriate. wchargin-branch: fix-1431-failures --- .../c291cmNlY3JlZC10ZXN0L2V4YW1wbGUtZ2l0aHVi/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sharness/__snapshots__/example-github-load/projects/c291cmNlY3JlZC10ZXN0L2V4YW1wbGUtZ2l0aHVi/project.json b/sharness/__snapshots__/example-github-load/projects/c291cmNlY3JlZC10ZXN0L2V4YW1wbGUtZ2l0aHVi/project.json index e590180..5f00c54 100644 --- a/sharness/__snapshots__/example-github-load/projects/c291cmNlY3JlZC10ZXN0L2V4YW1wbGUtZ2l0aHVi/project.json +++ b/sharness/__snapshots__/example-github-load/projects/c291cmNlY3JlZC10ZXN0L2V4YW1wbGUtZ2l0aHVi/project.json @@ -1 +1 @@ -[{"type":"sourcecred/project","version":"0.3.0"},{"discourseServer":null,"id":"sourcecred-test/example-github","identities":[],"repoIds":[{"name":"example-github","owner":"sourcecred-test"}]}] \ No newline at end of file +[{"type":"sourcecred/project","version":"0.3.1"},{"discourseServer":null,"id":"sourcecred-test/example-github","identities":[],"repoIds":[{"name":"example-github","owner":"sourcecred-test"}]}] \ No newline at end of file