mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
rename methods for clarity
This commit is contained in:
@@ -11,7 +11,7 @@ describe("NotificationService", () => {
|
||||
});
|
||||
});
|
||||
|
||||
describe("startListeningForNotification", () => {
|
||||
describe("scheduleNotification", () => {
|
||||
it("sends a notification to given shuttle/stop ID when changed", async () => {
|
||||
|
||||
});
|
||||
@@ -21,13 +21,13 @@ describe("NotificationService", () => {
|
||||
});
|
||||
});
|
||||
|
||||
describe("stopListeningForNotification", () => {
|
||||
describe("cancelNotification", () => {
|
||||
it("stops notification from sending to given shuttle/stop ID", async () => {
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
describe("stopListeningForAllNotifications", () => {
|
||||
describe("cancelAllNotifications", () => {
|
||||
it("clears all notifications scheduled to be sent", async () => {
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user