Skip to content

Commit

Permalink
fix service name
Browse files Browse the repository at this point in the history
  • Loading branch information
coskucinkilic committed Oct 10, 2024
1 parent e3e581a commit 00641be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nns/src/governance.canister.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ describe("GovernanceCanister", () => {
expect(service.list_neurons).not.toBeCalled();
expect(oldService.list_neurons).toBeCalledTimes(1);
});
it("should fetch and convert a neuron with new service when includeEmptyNeurons is set to false", async () => {
it("should fetch and convert a neuron with certified service when includeEmptyNeurons is set to false", async () => {
const service = mock<ActorSubclass<GovernanceService>>();
const certifiedService = mock<ActorSubclass<GovernanceService>>();
const oldService = mock<ActorSubclass<GovernanceService>>();
Expand Down

0 comments on commit 00641be

Please sign in to comment.