We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5580e9 commit db47055Copy full SHA for db47055
test/api/Printer.js
@@ -161,9 +161,9 @@ describe('Printer', () => {
161
describe('modifyPagesPrinted', () => {
162
it('Should return true if pages were modified correctly', async () => {
163
const user = await new User({
164
- firstName: 'Evan',
165
- lastName: 'Ugarte',
166
- email: 'goat@sce.com',
+ firstName: 'nothing',
+ lastName: 'really',
+ email: 'alerts@one.sce',
167
password: 'vibecoding',
168
pagesPrinted: 1,
169
}).save();
0 commit comments