Skip to content

Commit 299f271

Browse files
committed
updte error message
1 parent 13f387d commit 299f271

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/acl/access-controller.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ describe('AccessController#save', () => {
6363
it('runs', async () => {
6464
const jsdomAlert = window.alert // remember the jsdom alert
6565
window.alert = () => {} // provide an empty implementation for window.alert
66-
expect(instantiateAccessController(dom, store).save()).rejects.toThrow('Error : ACL file save rejected : no acl:Write')
66+
expect(instantiateAccessController(dom, store).save()).rejects.toThrow('ACL file save rejected : no acl:Write')
6767
window.alert = jsdomAlert
6868
})
6969
})

0 commit comments

Comments
 (0)