Skip to content

Commit a1bc3ea

Browse files
committed
Update copyright year
1 parent 45fc31a commit a1bc3ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/testsUtil.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved. */
1+
/* Copyright (c) 2019, 2020, Oracle and/or its affiliates. All rights reserved. */
22

33
/******************************************************************************
44
*
@@ -276,4 +276,4 @@ testsUtil.dropAQtestUser = async function(AQ_USER) {
276276

277277
testsUtil.sleep = function(ms=1000) {
278278
return new Promise(resolve => setTimeout(resolve, ms));
279-
};
279+
};

0 commit comments

Comments
 (0)