Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Commit

Permalink
Adds spec for ServicePlan component
Browse files Browse the repository at this point in the history
  • Loading branch information
el-mapache committed Aug 9, 2017
1 parent 4216e4f commit 56008f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static_src/test/unit/stores/service_instance_store.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ describe('ServiceInstanceStore', function() {
const actual = ServiceInstanceStore.createInstanceForm;

expect(actual).toBeTruthy();
expect(actual.error).toBe(null);
expect(actual.service).toEqual(expectedService);
expect(actual.servicePlan).toEqual(expectedServicePlan);
done();
Expand Down

0 comments on commit 56008f0

Please sign in to comment.