Skip to content

Commit

Permalink
Revert "test failing build"
Browse files Browse the repository at this point in the history
This reverts commit d165967.
  • Loading branch information
jbudz committed Jan 19, 2023
1 parent 473293a commit 0ec6d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dev/build/lib/build.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const defaultBuild = new Build(config);

describe('#getName()', () => {
it('returns kibana for default build', () => {
expect(defaultBuild.getName()).toBe('abc');
expect(defaultBuild.getName()).toBe('kibana');
});
});

Expand Down

0 comments on commit 0ec6d41

Please sign in to comment.