Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GBL Notification bug #188

Merged
merged 3 commits into from
Jul 15, 2020
Merged

GBL Notification bug #188

merged 3 commits into from
Jul 15, 2020

Conversation

niekcandaele
Copy link
Member

Fixes #168

@niekcandaele niekcandaele added the bug Something isn't working label Jul 15, 2020
@codeclimate
Copy link

codeclimate bot commented Jul 15, 2020

Code Climate has analyzed commit 6aa4291 and detected 2 issues on this pull request.

Here's the issue category breakdown:

Category Count
Duplication 2

The test coverage on the diff in this pull request is 75.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 21.8% (0.3% change).

View more on Code Climate.

@niekcandaele niekcandaele merged commit 142fdc9 into master Jul 15, 2020
@niekcandaele niekcandaele deleted the niekcandaele/issue168 branch July 15, 2020 21:18
@@ -424,6 +425,7 @@ module.exports = function sdtdCountryBan(sails) {
});

let countryBanConfig = config[0].countryBanConfig;
console.log(countryBanConfig);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😢


await handleCountryBan(connectedMessage);

expect(notifSpy).to.have.been.calledOnce;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GBL Notification bug
2 participants