mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix: some typos (#56171)
This commit is contained in:
@@ -3,7 +3,7 @@ import InfluxQueryModel from '../influx_query_model';
|
||||
describe('InfluxQuery', () => {
|
||||
const templateSrv: any = { replace: (val: any) => val };
|
||||
|
||||
describe('render series with mesurement only', () => {
|
||||
describe('render series with measurement only', () => {
|
||||
it('should generate correct query', () => {
|
||||
const query = new InfluxQueryModel(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user