Skip to content

Commit

Permalink
Test naming
Browse files Browse the repository at this point in the history
  • Loading branch information
KeesCBakker committed Feb 18, 2018
1 parent aab7256 commit 96fa2b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/test/signal-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { expect } from "chai";
import { SignalDispatcher, SignalList } from "./../";

describe("Strongly Typed Events - Signal", function() {
describe("createSignalDispatcher", function() {
describe("SignalDispatcher", function() {
it("Subscribing to the signal dispatcher", function() {
let dispatcher = new SignalDispatcher();
let resultNr: number;
Expand Down
2 changes: 1 addition & 1 deletion src/test/simple-event-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { SimpleEventDispatcher, SimpleEventList } from "./../";


describe("Strongly Typed Events - Simple event", function() {
describe("createSimpleEventDispatcher", function() {
describe("SimpleEventDispatcher", function() {
it("Subscribing to the simple event dispatcher", function() {
let dispatcher = new SimpleEventDispatcher<number>();
let resultNr: number;
Expand Down

0 comments on commit 96fa2b3

Please sign in to comment.