From 8c8cb49989cd1b2f5b50c9e1a3ab927961aea6e4 Mon Sep 17 00:00:00 2001 From: Rick Carlino Date: Mon, 9 Nov 2020 06:58:07 -0600 Subject: [PATCH] Fix typo in import_bundle_test. --- project/import_bundle_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/import_bundle_test.go b/project/import_bundle_test.go index 080e558..b2514e4 100644 --- a/project/import_bundle_test.go +++ b/project/import_bundle_test.go @@ -11,7 +11,7 @@ func TestImportBundle(t *testing.T) { "FILE.FV0FJ0YZADY7C5JTTFYPKDBHTZJ5JVVP5TCKP0605WWXYJG4VMRG", "FILE.YPF11E5N9JFVB6KB1N1WDVVT9DXMCHE0XJWBZHT2CQ29S5SEPCSG", } - author := "USER.09XBQDDGZPEKFBFBY67XNR5QA0TRWAKYKYNEDNQTZJV0F1JB0DGG" + author := "USER.59X51RSZQZR15BX86VDWG37AAMVP43PTBWD1WS66FQFCDPHAQDZ0" addPeer(author, following) error := importBundle("../fixtures/has_blobs/messages.pgn") check(error, "Error while importing: %s", error)