Skip to content

Commit ac05d89

Browse files
MSWechslerWechsler, Michael
authored andcommitted
fix: uncomment test assertion
1 parent aead17d commit ac05d89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/bot/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ describe('Bot index', () => {
102102

103103
await syncPushToMirror(payload as unknown as PushEvent)
104104

105-
//expect(gitController).toHaveBeenCalledTimes(1)
105+
expect(gitController).toHaveBeenCalledTimes(1)
106106
expect(gitController).toHaveBeenCalledWith({
107107
input: {
108108
accessToken: 'token',

0 commit comments

Comments
 (0)