From dfd46c23f9ee0e9ef47a5035350c16c1615b29f1 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Wed, 30 Dec 2015 12:12:08 +0000 Subject: [PATCH] Fix forgotten update for test_all.go --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6b6be576e..9e22ffea7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -145,7 +145,7 @@ Unit tests Integration tests * Add your fs to the imports in `fs/operations_test.go` - * Add your fs to `fs/test_all.sh` + * Add your fs to `fs/test_all.go` * Make sure integration tests pass with * `cd fs` * `go test -v -remote TestRemote:` and