Skip to content

Commit 92ee3cd

Browse files
committed
enable tests
1 parent 1c204a5 commit 92ee3cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/AgentTests/FunctionalAPITests.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ functionalAPITests ps = do
452452
describe "Async agent commands" $ do
453453
describe "connect using async agent commands" $
454454
testBasicMatrix2 ps testAsyncCommands
455-
fit "should add short link data using async agent command" $
455+
it "should add short link data using async agent command" $
456456
testSetConnShortLinkAsync ps
457457
it "should restore and complete async commands on restart" $
458458
testAsyncCommandsRestore ps

0 commit comments

Comments
 (0)