formatting

This commit is contained in:
2023-03-14 11:19:50 +01:00
parent 43937a0db3
commit d1fad72510
2 changed files with 55 additions and 46 deletions

View File

@ -2,6 +2,8 @@ from grum import assets
def test_get_asset():
ret = assets.get_asset('testname')
assert ret.endswith('grum/grum/assets/testname')
ret = assets.get_asset("testname")
assert ret.endswith("grum/grum/assets/testname")