Skip to content

Commit 683b435

Browse files
committed
test: add new driver to available drivers list
1 parent 4e016b2 commit 683b435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/factories/DriverFactoryTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default class DriverFactoryTest {
3838
public async shouldBeAbleToListAllAvailableDrivers({ assert }: Context) {
3939
const drivers = DriverFactory.availableDrivers()
4040

41-
assert.deepEqual(drivers, ['file', 'null', 'slack', 'stack', 'lambda', 'console', 'discord', 'telegram'])
41+
assert.deepEqual(drivers, ['file', 'null', 'loki', 'slack', 'stack', 'lambda', 'console', 'discord', 'telegram'])
4242
}
4343

4444
@Test()

0 commit comments

Comments
 (0)