Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ibishal committed Jun 27, 2024
1 parent d9be9b4 commit 276c3b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ruleset/v3/ruleset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const v3CoreRuleset = {
/**
* Server Object rules
*/
'asyncapi2-server-variables': {
'asyncapi3-server-variables': {
description: 'Server variables must be defined and there must be no redundant variables.',
message: '{{error}}',
severity: 'error',
Expand Down
2 changes: 1 addition & 1 deletion test/ruleset/rules/v3/asyncapi3-server-variables.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { testRule, DiagnosticSeverity } from '../../tester';

testRule('asyncapi2-server-variables', [
testRule('asyncapi3-server-variables', [
{
name: 'valid case',
document: {
Expand Down

0 comments on commit 276c3b2

Please sign in to comment.