Skip to content

Commit

Permalink
[FIX] typo in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
katyukha committed Mar 29, 2023
1 parent 6b1e016 commit fa61870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/basic.d
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ void testAddonsManagementBasic(in Project project) {
project.directories.addons.join("bureaucrat_helpdesk_lite").exists.shouldBeTrue;
project.directories.addons.join("bureaucrat_helpdesk_lite").isSymlink.shouldBeTrue;
project.directories.addons.join("bureaucrat_helpdesk_lite").readLink.shouldEqual(
project.directories.downloads.join("bureaucrat_helpdeks_lite"));
project.directories.downloads.join("bureaucrat_helpdesk_lite"));

// Drop database
project.lodoo.databaseDrop(project.genDbName("test-1"));
Expand Down

0 comments on commit fa61870

Please sign in to comment.