Skip to content

Commit

Permalink
fix the git export from sugar tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amtoine committed Dec 15, 2023
1 parent cce4803 commit 12d6c05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkgs/nu-git-manager-sugar/tests/git.nu
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ use ../../../pkgs/nu-git-manager-sugar/nu-git-manager-sugar/ git [
use ../../../pkgs/nu-git-manager/nu-git-manager/fs/path.nu ["path sanitize"]
use ../../../tests/common/setup.nu [get-random-test-dir]

export module git

def --env init-repo-and-cd-into []: nothing -> path {
let repo = get-random-test-dir --no-sanitize

Expand Down
2 changes: 2 additions & 0 deletions pkgs/nu-git-manager-sugar/tests/mod.nu
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ use std assert
use ../../../tests/common/import.nu ["assert imports"]
use ../../../tests/common/setup.nu [get-random-test-dir]

export module git.nu

const MODULE = "nu-git-manager-sugar"

export module imports {
Expand Down

0 comments on commit 12d6c05

Please sign in to comment.