mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
new build 606
This commit is contained in:
@ -124,7 +124,6 @@ test('update settings', function () {
|
||||
});
|
||||
|
||||
test('update settings without currency setting', function () {
|
||||
|
||||
$settings = [
|
||||
'notification_email' => 'noreply@crater.in',
|
||||
];
|
||||
@ -144,7 +143,7 @@ test('update settings without currency setting', function () {
|
||||
}
|
||||
});
|
||||
|
||||
test('update currency settings after company has currency and transactions is not allowed', function () {
|
||||
test('update currency settings after company has currency and transactions is not allowed', function () {
|
||||
$settings = [
|
||||
'currency' => 1,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user