Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #192 from comigor/tests-fix
Browse files Browse the repository at this point in the history
tests fix
  • Loading branch information
vasilich6107 authored Aug 3, 2020
2 parents 15dd992 + 5cc01ff commit 5acc3fe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## 6.6.3-beta.1
- test fix

## 6.6.2-beta.1
- nnbd preparation

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: artemis
version: 6.6.2-beta.1
version: 6.6.3-beta.1

authors:
- Igor Borges <igor@borges.dev>
Expand Down
4 changes: 2 additions & 2 deletions test/query_generator/enums/filter_enum_test.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// @dart = 2.8

import 'package:artemis/generator/data/data.dart';
import 'package:artemis/generator/data/enum_value_definition.dart';
import 'package:test/test.dart';
Expand Down Expand Up @@ -191,8 +193,6 @@ class Custom$QueryRoot with EquatableMixin {
List<Object> get props => [q];
Map<String, dynamic> toJson() => _$Custom$QueryRootToJson(this);
}
// @dart = 2.8
@JsonSerializable(explicitToJson: true)
class Input with EquatableMixin {
Expand Down

0 comments on commit 5acc3fe

Please sign in to comment.