summaryrefslogtreecommitdiffstats
path: root/js/tests/services/bl/folderblSpec.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'js/tests/services/bl/folderblSpec.coffee')
-rw-r--r--js/tests/services/bl/folderblSpec.coffee3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/tests/services/bl/folderblSpec.coffee b/js/tests/services/bl/folderblSpec.coffee
index 8bb40033d..49f68634f 100644
--- a/js/tests/services/bl/folderblSpec.coffee
+++ b/js/tests/services/bl/folderblSpec.coffee
@@ -273,12 +273,13 @@ describe 'FolderBl', ->
</head>
<body>
<outline text="Design" title="Design" />
+ <outline text="test" title="test"></outline>
</body>
</opml>'
@FolderBl.import(xml)
- expect(@persistence.createFolder).toHaveBeenCalledWith('Design', 0,
+ expect(@persistence.createFolder).toHaveBeenCalledWith('test', 0,
jasmine.any(Function))
expect(@persistence.createFeed).not.toHaveBeenCalled()