Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilkka Korhonen authored and Ilkka Korhonen committed Jul 9, 2024
1 parent dac1cdb commit 0d81741
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const TEST_BUILDINGS = [
{ id: 'b2Id', name: 'b2Name', latitude: 61.4957056, longitude: 23.7993984 }
];

describe.only('PreferencesLoader', () => {
describe('PreferencesLoader', () => {
beforeEach(() => {
cleanup();
});
Expand Down

0 comments on commit 0d81741

Please sign in to comment.