Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
earonesty committed Nov 22, 2019
1 parent 3baa5f8 commit 310f1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smx/smx.py
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ def test_indent():
log.debug("%s %s", res, expected)
assert res == expected

def test_module():
def test_basename():
ctx = Smx()
ret = ctx.expand("%os.path.basename(/foo/bar)")
assert ret == "bar"
Expand Down

0 comments on commit 310f1e7

Please sign in to comment.