Skip to content

Commit 146e9af

Browse files
authored
Update testDatabase.js
1 parent 376a70e commit 146e9af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testDatabase.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
const Database = require('./'),
44
fs = require('fs'),
5-
database = new Database(__dirname + '/database');
5+
database = new Database(__dirname + '/');
66

77
// Testing new Database()
88
try {

0 commit comments

Comments
 (0)