Adding tests

This commit is contained in:
Zoe Roux
2021-05-17 17:22:09 +02:00
parent 76ccd80df7
commit 68d17cd0a2
9 changed files with 78 additions and 37 deletions

View File

@@ -3,7 +3,7 @@
int main()
{
WAL::WAL wal;
WAL::Wal wal;
try {
wal.run();