Skip to content

Commit adec0ce

Browse files
committed
refactor: enhance unit test description
1 parent eaaaef0 commit adec0ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/projectEstimationItems/list.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ describe('GET project estimation items', () => {
204204
});
205205
});
206206

207-
it('should return 0 project estimation items for non-admin but project manager', (done) => {
207+
it('should return 0 project estimation items for a project manager who is not a topcoder manager', (done) => {
208208
request(server)
209209
.get(url)
210210
.set({

0 commit comments

Comments
 (0)