Skip to content

Commit 51a0539

Browse files
test: normalize SignatureHashAlgorithm spec newline
Ensure the spec ends with a trailing newline for consistent formatting. Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent de371f8 commit 51a0539

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tests/views/Settings/SignatureHashAlgorithm.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ describe('SignatureHashAlgorithm.vue', () => {
8888
expect(OCP.AppConfig.setValue).toHaveBeenCalledWith('libresign', 'signature_hash_algorithm', 'SHA384')
8989
expect(wrapper.vm.idKey).toBe(1)
9090
})
91-
})
91+
})

0 commit comments

Comments
 (0)