fix: test formatting

This commit is contained in:
StevanFreeborn
2023-02-01 23:45:14 -06:00
parent f7229b5344
commit e6cde7fbe7
27 changed files with 156 additions and 82 deletions
+1 -1
View File
@@ -28,4 +28,4 @@ describe('App', function () {
expect(app.id).to.equal(1);
expect(app.name).to.equal('name');
});
});
});