Testing to add code
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Lilleman auf Larv 2022-02-14 00:14:25 +01:00
parent 482239b905
commit 3dc377b82a

View File

@ -167,4 +167,6 @@ test('test-cases/01basic.js: Remove an account', async t => {
} catch (err) {
t.equal(err.message, 'Response code 404 (Not Found)', 'Response status for GETing the account again should be 404');
}
// Adding a comment just to modify the code, this can be removed.
});