From 8a89054545ab52d67ba82dfea75e37c3ef54ad07 Mon Sep 17 00:00:00 2001 From: Jessica Lord Date: Tue, 12 May 2015 15:16:15 -0700 Subject: [PATCH] Fixture name to match fixture dir --- .../package-with-empty-activation-commands/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/fixtures/packages/package-with-empty-activation-commands/package.json b/spec/fixtures/packages/package-with-empty-activation-commands/package.json index 8102a5af3..d00fa8404 100644 --- a/spec/fixtures/packages/package-with-empty-activation-commands/package.json +++ b/spec/fixtures/packages/package-with-empty-activation-commands/package.json @@ -1,5 +1,5 @@ { - "name": "noevents", + "name": "package-with-consumed-services", "version": "0.1.0", "activationCommands": {"atom-workspace": []} }